Astra_Addon_Offcanvas_Component_Loader::__construct()

Constructor


Description


Source

File: classes/builder/type/header/off-canvas/classes/class-astra-addon-offcanvas-component-loader.php

	public function __construct() {
		add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) );
		add_filter( 'astra_theme_dynamic_css', array( $this, 'dynamic_css' ) );
		add_action( 'customize_preview_init', array( $this, 'preview_scripts' ), 110 );
	}

Changelog

Changelog
Version Description
3.3.0 Introduced.

User Contributed Notes

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