Add Content Type Join KC discussion

By default, KingComposer is available to Page type only. You can use add_content_type() method to let KingComposer support various content types such as post, gallery or your custom post-type.

Instruction:

add_content_type( $type ); ?>

Example:

add_content_type( 'mega-menu' );
}

?>