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

Forced support via code:
add_content_type( $type ); ?>
Example:
add_content_type( 'mega-menu' ); } ?>
This section shows you how to enable KingComposer for the post or your custom post-type via KC Settings.
add_content_type( $type ); ?>
add_content_type( 'mega-menu' ); } ?>