Advertisement
fahimmurshed

Remove Astra post readmore button

Mar 17th, 2021
827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. // Remove Readmore button
  2. function fahim_remove_astra_post_read_more() {
  3.     return __( '', 'astra' );
  4. }
  5. add_filter( 'astra_post_read_more', 'fahim_remove_astra_post_read_more' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement