I got an alternative :
This will not just hiding but disabling also
function disable_comments() {
$post_types = get_post_types();
foreach ($post_types as $post_type) {
if(post_type_supports($post_type,'comments')) {
remove_post_type_support($post_type,'comments');
remove_post_type_support($post_type,'trackbacks');
}
}
}
add_action('admin_init','disable_comments');
Related Posts:
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Hook to edit an column on comments screen?
- Is it possible to show custom comment metadata in the admin panel?
- How to return 404 when called edit-comments.php?
- comments in Admin
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Admin – Dashboard – Unset recent comments
- Let user delete comment on front end only
- Modify “Recent Comments” List in WP-Admin
- How to batch convert comments to posts?
- Is there ANY way to remove comments function and section totally?
- Paginate result set from $wpdb->get_results()
- Change Comment Author Display Name
- comments reply script not working
- How do I set up real anonymous posting in bbpress forums? [closed]
- Custom admin column disappearing when using Quick Edit [duplicate]
- Threaded comments – deleting parent comment leads to orphan comments
- How to remove commenters ability to add hyperlinks to comments?
- How can I edit the email sent when a new comment is received?
- How to remove or replace the log-in link for comment replies?
- Exclude internal links from comment moderation?
- Add Comment Custom Field
- Remove link preview in discussion dashboard
- Can’t add default comments to custom post type
- Does Akismet plugin expose any hooks, functions, class that can work with custom code?
- Change language of comments template
- Comments Feed & Custom Post Statuses
- Multiple Comment Forms in a single page [closed]
- Why Allow Script Commands in Comments?
- remove_filter( ‘comment_author’, ‘floated_admin_avatar’ ); doesn’t work
- WordPress admin bar showing pending comments which cannot be selected or modified after deleting parent page
- Comments: Approve when admin Replies, from the Front end
- Setting comment text as required
- How to remove these comments and html tags from the content?
- Show only if x comments?
- Display WordPress commenter nice name
- In wp_list_comments(), what is a short_ping?
- Ajax comments not working
- Changing the comments link produced by the get_comments_link() and get_comments_pagenum_link() functions
- How to display nothing (instead default) when no user gravatar is present?
- How to sort comments in the “edit-comments.php” table based on a comment meta field?
- Redirect to page 2 after comment
- Sync comment data
- wp_comments table really big casuing /wp-admin/edit-comments.php to slowly load
- How to change avatar of the comment author using comment ID?
- Comment displaying full name even after setting another display name?
- How to move comments box above comments
- Automatically increase comment karma on comment save
- Ability to leave comments broken
- How to disable comment flood temporarily in a single scope
- How to handle upvotes and downvotes of disqus comments after importing disqus comments to wordpress?
- Change how many approved comments must user have
- All users/comments suspected as bot? [closed]
- Count comment threads, not total comments in a post
- Display Custom comments field number
- Get all child comments ids from parent comment id
- Trying to post a wordpress comment on my site redirects to 127.0.0.1
- How can get comment link by comment id?
- How to amend time format of comments, using child-theme?
- Make user’s name display as the site name in comments if it matches certain roles
- Display avatar with comment form?
- Which hook do I use to edit pending comment count on wordpress dashboard?
- Add comment_id on Comments page within wp-admin
- Sent comments notifications to multiple users
- comment button shows only logged in users wordpress
- Getting comments of an specefic user
- I update a post and it creates a pingback? Any idea why?
- How can I embed comments plugin to my own website?
- get only one last comment from each post
- Limit action in comment according to IP
- How to get recent comment link
- assumed as comment line
- Can I create a new comment type?
- How / where is the wp_query object created for RSS feeds?
- Separate page for comments using permalinks and add_rewrite_rule
- Return count for characters in the comment and perform action based on the length
- Cannot Remove Title Reply from Custom Comment Template for Signup Page
- How to make email field not required in comments?
- I have an odd field with a purple background, mentioning HTML-codes to use while leaving comments
- WordPress Comments – Divide by conversation like Medium.com
- I want to limit registered user to 1 comment per post in WordPress
- What is wrong with this? [closed]
- Comment moderation
- I have tried using Plugins to remove 72K comments with no success
- How to check if post has previous_comments_link() and next_comments_link()
- Comment text area in single blog post and show comments if approved
- Comments – Ensure the correct field is highlighted for nested replies
- How to ‘If Author’ Comments Check
- selectively disable akismet
- Disqus moderation page not working in WordPress admin section
- Comment Blacklist
- Comment forum to display under the comment you’re replying too
- WordPress Page Template: Comment Filtering with Querystring
- Comment submission & navigation redirects to default language
- Creating a new Sortable Column in WordPress Admin
- comments are going to spam
- How to hide the login / profile urls on top of comment box for a post
- wp_list_comments adds unnecessary elements
- How to enable truly anonymous posting in bbPress forums? [closed]
- Add ACF Quick Edit Columns on Comments