Skip to content

Commit

Permalink
Merge pull request #4129 from Codeinwp/fix/related_posts_excerpt
Browse files Browse the repository at this point in the history
fix: Related Posts Exerpt
  • Loading branch information
preda-bogdan authored Nov 28, 2023
2 parents cfb8a84 + e419e59 commit 3a3a6a6
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 3a3a6a6

Please sign in to comment.