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