Astra_Builder_Customizer::load_extended_components()

Register Some extended work for both old-new header footer layouts.


Description


Source

File: inc/customizer/class-astra-builder-customizer.php

	public function load_extended_components() {
		// @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
		require_once ASTRA_THEME_DIR . 'inc/customizer/class-astra-extended-base-configuration.php';
		require_once ASTRA_THEME_DIR . 'inc/class-astra-extended-base-dynamic-css.php';
		// @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
	}

Changelog

Changelog
Version Description
4.6.5 Introduced.


User Contributed Notes

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