Home › Forums › Pro Support › Shortcode for Pods Taxonomies? › Reply To: Shortcode for Pods Taxonomies?
May 22, 2020 at 4:26 pm
#15850
Keymaster
That looks good – something must not be making it through.
Can you add this filter as regular PHP?:
add_filter( 'wp_show_posts_shortcode_args', function( $args ) {
var_dump($args);
return $args;
} );
Does it output anything where the list should display?