Disable Comments | WordPress.org

[ad_1]

Hello @itguy1024,

Thank you for reaching out to us,

You can disable the comment section on the event detail page by copy-pasting the code below in the currently active theme functions.php file.

The Code:

function remove_facebook_events_comment() {
    remove_post_type_support( 'facebook_events', 'comments' );
}
add_action( 'init', 'remove_facebook_events_comment' );

Thanks & Regards,
Xylus Themes

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer