Advertisement
fahimmurshed

Astra Custom Read More Text

Apr 20th, 2020 (edited)
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. // Astra Blog Text
  2. //Learn more from https://fahimm.com
  3. add_filter('astra_post_read_more' , 'call_back',15);
  4. function call_back(){
  5.     $read_more_text =   "READ MORE AND MORE AND MORE";
  6.     return $read_more_text;    
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement