Troubleshoot
add_filter( 'event_priority_template_include', function(){ return 1000; } );
// If above code doesn't work, try add bellow code
add_filter( 'event_priority_template_include', function(){ return 1; } );
Last updated
add_filter( 'event_priority_template_include', function(){ return 1000; } );
// If above code doesn't work, try add bellow code
add_filter( 'event_priority_template_include', function(){ return 1; } );
Last updated