Astra_Header_Widget_Component_Loader::__construct()
Constructor
Description
Source
File: inc/builder/type/header/widget/class-astra-header-widget-component-loader.php
public function __construct() { add_action( 'customize_preview_init', array( $this, 'preview_scripts' ), 110 ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |