Home › Forums › Pro Support › Sorting Events Calendar Events by Event Start Date instead of Publish Date? › Reply To: Sorting Events Calendar Events by Event Start Date instead of Publish Date?
April 7, 2020 at 8:00 pm
#14548
Keymaster
Weird, let’s debug to see if the parameters are making it through:
add_filter( 'wp_show_posts_shortcode_args', function( $args ) {
var_dump($args);
return $args;
} );
What does that output above your list?