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