display-posts-shortcode icon indicating copy to clipboard operation
display-posts-shortcode copied to clipboard

[bug] Display Posts Date View - Default priority can cause filter to be overwritten

Open joaoccruz opened this issue 4 years ago • 0 comments

add_filter( 'display_posts_shortcode_output', array( $this, 'post_output' ), 10, 11 );

has to become

add_filter( 'display_posts_shortcode_output', array( $this, 'post_output' ), 11, 11 );

joaoccruz avatar Sep 30 '21 19:09 joaoccruz