Astra_Ext_Blog_Pro_Loader::__construct()
Constructor
Description
Source
File: addons/blog-pro/classes/class-astra-ext-blog-pro-loader.php
public function __construct() {
add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) );
if ( true === astra_addon_builder_helper()->is_header_footer_builder_active ) {
add_action( 'customize_preview_init', array( $this, 'preview_scripts' ) );
}
add_action( 'customize_register', array( $this, 'new_customize_register' ), 2 );
}
Expand full source code Collapse full source code View on Trac