Astra_Visual_Composer::__construct()
Constructor
Description
Source
File: inc/compatibility/class-astra-visual-composer.php
public function __construct() {
add_action( 'wp', array( $this, 'vc_default_setting' ), 20 );
add_action( 'do_meta_boxes', array( $this, 'vc_default_setting' ), 20 );
add_action( 'vc_frontend_editor_render', array( $this, 'vc_frontend_default_setting' ) );
add_filter( 'astra_theme_assets', array( $this, 'add_styles' ) );
}
Expand full source code Collapse full source code View on Trac