Skip to content
April 10, 2026
  • About
  • Beauty
  • Concerts
  • Pinoy Power
  • Health and Fitness
  • Travel
  • Arts and Culture

Starmometer

Your Total Entertainment Blog

Primary Menu
  • About
  • Beauty
  • Concerts
  • Pinoy Power
  • Health and Fitness
  • Travel
  • Arts and Culture
Watch

Completely Disable Comments

July 20, 2022 1 minute read

add_action(\’admin_init\’, function () {
// Redirect any user trying to access comments page
global $pagenow;

if ($pagenow === \’edit-comments.php\’) {
wp_safe_redirect(admin_url());
exit;
}

// Remove comments metabox from dashboard
remove_meta_box(\’dashboard_recent_comments\’, \’dashboard\’, \’normal\’);

// Disable support for comments and trackbacks in post types
foreach (get_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\’);
}
}
});

// Close comments on the front-end
add_filter(\’comments_open\’, \’__return_false\’, 20, 2);
add_filter(\’pings_open\’, \’__return_false\’, 20, 2);

// Hide existing comments
add_filter(\’comments_array\’, \’__return_empty_array\’, 10, 2);

// Remove comments page in menu
add_action(\’admin_menu\’, function () {
remove_menu_page(\’edit-comments.php\’);
});

// Remove comments links from admin bar
add_action(\’init\’, function () {
if (is_admin_bar_showing()) {
remove_action(\’admin_bar_menu\’, \’wp_admin_bar_comments_menu\’, 60);
}
});

Post navigation

Previous: Display a message after the 1st paragraph of posts
Next: Enjoy Rewards When You Pay Your Smart Postpaid and Smart Bro Bill Online

Recent Posts

  • Lee Cronin, James Wan and Jason Blum Talk About ‘Bringing The Mummy Back to its Roots, Which is Scary As Hell’ in Lee Cronin’s ‘THE MUMMY’
  • Vivo V70 FE Lands April 12 with 7000mAh BlueVolt Battery
  • ABS-CBN, PACE, Assumption College to Gather Students, Educators for Pinoy Media Congress 2026
  • Culture Wars Inks Deal With AWAL + Announces Highly Anticipated Debut Album Don’t Speak, Out April 10
  • ‘SOCO’ Returns with More Gripping Cases for S2 on iWant, Kapamilya Online Live, and ABS-CBN News YouTube
  • The Strokes Set New Album ‘Reality Awaits’ for June 26
  • Kilig, Heartbreak, and Healing: 5 New Love Songs from DNA Music
  • SB19 and AIA Philippines Kick Off a New Era of a Braver Kind of ‘Healthy’
  • Ben&Ben Reclaims Chart Dominance with Viral Smash ‘Lifetime (Reimagined)’
  • Watch the Launch, Win a Vivo V70 FE with Alden Richards
  • BINI makes Historic Debut at Coachella this Saturday (April 11 PHT)
  • Jessica Sanchez Brings Together OPM Royalties for Homecoming Concert
  • ‘Blood vs Duty’ Grips Viewers with Explosive take on Gun Smuggling; Emerges as Netflix PH’s Most Watched Series
  • 5 Things to Consider Before The ‘I Do’ ‘The Drama,’ Now Showing in Cinemas Nationwide
  • Lags Returns With Emotional New Single ‘Pansamantala’
  • One Click Straight Teams Up with Raymund Marasigan for New Single ‘Trip Lang’
  • Enduring Tongues Expands Indigenous Language Learning Access to Over 7,000 Community Members in Aklan
  • From Childhood Cravings to the Big Screen: Will Ashley Shares His ‘One & Only’ Piattos Moment
  • Secure Your Homes this Summer with the Worry-Free Philips Gate Lock
  • Rol3ert Reimagines Breakout Hit ‘(how could i be) honest?’ with Korea’s DAUL & THAMA in New Cross-Border Collaboration
  • AiNA THE END Unveils ‘Luminous’ Music Video, New Opening Theme for ‘One Piece’
  • Rising Global Alt-Pop Sibling Duo Wasia Project Release ‘2515’, A Late-Night Drift Through Modern Disconnection
  • Indie Rock Sensations Good Kid Drop Highly Anticipated Debut Album ‘Can We Hang Out Sometime?’
  • Dennis Trillo and Jennylyn Mercado Get Real About Family Life in a New Commercial with Tang
  • Nanucell Strengthens MLM Operations with PLDT Enterprise Managed DevOps and Connectivity

Archives

Categories

  • BINI makes Historic Debut at Coachella this Saturday (April 11 PHT)
  • Jessica Sanchez Brings Together OPM Royalties for Homecoming Concert
  • ‘Blood vs Duty’ Grips Viewers with Explosive take on Gun Smuggling; Emerges as Netflix PH’s Most Watched Series
  • 5 Things to Consider Before The ‘I Do’ ‘The Drama,’ Now Showing in Cinemas Nationwide
  • Lags Returns With Emotional New Single ‘Pansamantala’
Copyright © All rights reserved. | MoreNews by AF themes.