Showing Counts on Comment List with Custom Query
To show the proper count for the ‘Redacted’ link on the ‘all comments’ table list, you can use the get_comments() function to get the total number of ‘redacted’ comments and then update the link text to include this count. Here is an example of how you can modify the my_comment_link_add() function to do this: function … Read more