Skip to content
May 1, 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

  • 2x Grammy® Award Winning Superstar Kehlani Releases Highly Anticipated Self-Titled Album
  • History-Making Girl Group BINI to Embark on Second World Tour
  • Built for Your Every Move: 4 PUMA Sneakers that Keep Up with Your Summer Adventures
  • Lukas Graham Returns with New Single ‘To Know A Girl’ Out Now via Virgin Music Group
  • Its Time! Emirates’ Iconic A380 Returns to Dubai with World-First Starlink Wi-Fi Onboard
  • EastWest, Puregold Award BYD Seagull EV to ‘Always Panalo’ Visa Promo Grand Winner
  • Anna Tsuchiya Wraps Up ‘BLVCKPHOENIX’ World Tour with Explosive Paris Finale
  • Icona Pop Announce New Album, Ritual – Out August 14
  • Vivo Y31d Arrives May 9 with 7200mAh BlueVolt Battery
  • Majarlica Celebrates Powerful Love in New Single ‘Royalty’
  • Jaime Fabregas, Bodjie Pascua, Freddie Webb Join Forces with New-Gen Stars in iWant Original ‘Young Blood’
  • Aurora Music Festival 2026: A Massive 5th Anniversary OPM Celebration Heads to Clark
  • Samsung Announces Global Galaxy S26 Ultra Collaboration for the Release of ‘The Devil Wears Prada 2’ in Theatres
  • ‘Everybody Sing’ Returns with Vice Ganda, Debuts on ABS-CBN sa ALLTV
  • First leg of ‘Puregold Hakot Relay 2026’ Brings Panalo Energy to Iloilo, Delivers Timely Support for Filipinos
  • Engelbert Humperdinck The Celebration Tour 2026 Lights Up Manila and Asia!
  • Vivo V70 FE Hits Shelves, First Buyers Claim Units
  • Rol3ert Captures the Tension of Growing Up on New Single ‘Boy,’ Produced with Taka Perry
  • ‘Wuthering Heights’ Begins Streaming Exclusively on HBO Max on May 1
  • Eraserheads: Combo On The Run Sets Record for Widest North American Release of a Filipino Documentary
  • Great Taste and Jericho Rosales Bring ‘Totoong Tapang-Sarap’ with the New Premium Roast Coffee Mix
  • Rusty Machines’ Iggy San Pablo Launches Solo Music Project ‘Simple Socks’
  • Michael: Songs from the Motion Picture Available Now via Sony Music
  • Meghan Trainor Unveils New Album ‘Toy with Me’
  • Crunchyroll Presents Ani-May, a Global Celebration of Anime Across Streaming, Gaming, Retail and More

Archives

Categories

  • 2x Grammy® Award Winning Superstar Kehlani Releases Highly Anticipated Self-Titled Album
  • History-Making Girl Group BINI to Embark on Second World Tour
  • Built for Your Every Move: 4 PUMA Sneakers that Keep Up with Your Summer Adventures
  • Lukas Graham Returns with New Single ‘To Know A Girl’ Out Now via Virgin Music Group
  • Its Time! Emirates’ Iconic A380 Returns to Dubai with World-First Starlink Wi-Fi Onboard
Copyright © All rights reserved. | MoreNews by AF themes.