Skip to content

Commit

Permalink
fix: related posts exerpt Codeinwp\neve-pro-addon#2656
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Nov 2, 2023
1 parent 163a53f commit e419e59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/views/partials/post_meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

Expand Down

0 comments on commit e419e59

Please sign in to comment.