DELET COUNT of comments
-
I have a post that receives many comments several times a day, how do I disable it correctly when I use this filter
function zero_comment_count($count){
return 0;
}
add_filter(‘get_comments_number’, ‘zero_comment_count’);selection options are also eliminated; MOST VOTED, MOST RECENT https://ibb.co/vXX6yS6
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘DELET COUNT of comments’ is closed to new replies.