/ Published in: PHP
Expand |
Embed | Plain Text
function custom_more($more_link, $more_link_text) { } add_filter('the_content_more_link', 'my_more_link', 10, 2);
You need to login to post a comment.
elightbo on 01/04/10
3 people have marked this snippet as a favorite
function custom_more($more_link, $more_link_text) { } add_filter('the_content_more_link', 'my_more_link', 10, 2);
You need to login to post a comment.