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
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.5 | Introduced. |