Advertisement
kkarpieszuk

the_content_more_link

Jun 6th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter('the_content_more_link', 'my_the_content_more_link');
  2.  
  3. function my_the_content_more_link($text) {
  4.     return __("New text for more link", 'theme-name');
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement