Advertisement
fahimmurshed

Remove Astra Post Excerpt from the Post Archive

Mar 17th, 2021 (edited)
827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. add_filter( 'the_excerpt', 'filter_the_excerpt', 10, 2 );
  2.     function filter_the_excerpt( ) {
  3.     return ' ';
  4.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement