diff --git a/inc/views/partials/post_meta.php b/inc/views/partials/post_meta.php index ca467cfa6e..0a3152cb20 100644 --- a/inc/views/partials/post_meta.php +++ b/inc/views/partials/post_meta.php @@ -318,7 +318,6 @@ public static function neve_get_author_meta( $post_id = null, $show_before = tru $markup = apply_filters( 'neve_filter_author_meta_markup', $markup, $post_id, $show_before ); $post = $original_global_post; //phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited - wp_reset_postdata(); return wp_kses_post( $markup ); }