[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
