Description
Can be used to filter the text for each comment.
Example
function do_follow($text) {
return str_replace(' rel="nofollow">', '>', $text);
}
add_filter('thesis_comment_text','do_follow');
History
- This filter was added in version 1.7.