Visual Composer page * * @since 1.0 */ function vc_set_as_theme() { if ( function_exists( 'vc_set_as_theme' ) ) { vc_set_as_theme( true ); vc_manager()->disableUpdater( true ); } } /** * Add Styles Callback */ function add_styles() { AST_Enqueue_Scripts::register_style( 'ast-site-compatible-vc-plugin', AST_THEME_URI . 'assets/css/unminified/site-compatible/vc-plugin.css', array(), AST_THEME_VERSION, 'all' ); } } endif; /** * Kicking this off by calling 'get_instance()' method */ $ast_visual_composer = Ast_Visual_Composer::get_instance();