Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Above_Header_Loader / Astra_Above_Header_Loader::__construct()

Astra_Above_Header_Loader::__construct()

Constructor


Description


Source

File: inc/builder/type/header/above-header/class-astra-above-header-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

Changelog
Version Description
3.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.