Tagged Questions
0
votes
1answer
93 views
Get the latest comment from a custom post type where depth = 1?
Happy new year everyone.
I've been struggling with this one for a while.
I need to get the latest comment from a custom post type, but ignore any child comments i.e. only look at comments with a ...
2
votes
1answer
111 views
Exclude post_type from admin comments_list
I'm trying not to show comments from a certain custom post type int the comments list on the admin interface.
I went to the "wp-admin/includes/class-wp-comments-list-table.php" and tried to play with ...