$cwp_ui = cwp_ui::instance();
/**
 * ************Theme Content****************************************************
 */
$cwp_types = new theme_content();
$cwp_types->feedback();
theme_content::add()->article();
theme_content::add()->faq();
/**
 * *************customisations**************************************************
 */
//add more optoion to user profile
cwp_social::contact_info();
//post gallery rotator checkbox
cwp_gallery::gallery_rotator();
core_admin::remove_wp_adminbar_logo();
/**
 * ***********grab browser screenshots shortcode********************************
 */
cwp::browsershots();
/**
 * display gallery petabox image gallery metabox
 */
if (function_exists('be_gallery_metabox')) {
    function be_gallery_types()
    {
        $post = array('post', 'page', 'cwp_theme');
        return $post;
    }
    function be_gallery_icon()
    {