vem_max_dates_in_admin

Description Specifies the maximum number of occurrences that will show on the All Events admin panel in the dashboard. Default is 6. Usage add_filter(‘vem_max_dates_in_admin’, ‘myFilter’); function myFilter($max) { // … } Parameters $max (integer, required) – The maximum. number of occurrences to show. Default: 6.