Moderator: Developers
function bbg_record_my_custom_post_type_comments( $post_types ) {
$post_types[] = 'dolphin'; // Add your custom post type name to the array. If you have a post type called 'dolphin' then you have a weird plugin
return $post_types;
}
add_filter( 'bp_blogs_record_comment_post_types', 'bbg_record_my_custom_post_type_comments' );
function bbg_record_my_custom_post_type_comments( $post_types ) {
$post_types[] = 'os_video_game_review'; // Add your custom post type name to the array. If you have a post type called 'dolphin' then you have a weird plugin
return $post_types;
}
add_filter( 'bp_blogs_record_comment_post_types', 'bbg_record_my_custom_post_type_comments' );Users browsing this forum: No registered users and 1 guest