Enable KingComposer for Post or Custom Post-Type Join KC discussion

This section shows you how to enable KingComposer for the post or your custom post-type via KC Settings.

Enable KingComposer for Post, Custom Post-Type

Forced support via code:

add_content_type( $type ); ?>

Example:

add_content_type( 'mega-menu' );
}

?>