Description
Can be used to replace the “Comments on this entry are closed.” text which appears within div.comments_closed > p on individual posts and pages where comments have been closed.
Example
function my_comments_closed() {
return "Comments Closed!";
}
add_filter('thesis_comments_closed', 'my_comments_closed');
History
- This filter was added in version 1.7.