Astra_Below_Header::__construct()
Constructor function that initializes required actions and hooks.
Description
Source
File: inc/builder/type/header/below-header/class-astra-below-header.php
public function __construct() {
// @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
require_once ASTRA_BELOW_HEADER_DIR . '/class-astra-below-header-loader.php';
// Include front end files.
if ( ! is_admin() || Astra_Builder_Customizer::astra_collect_customizer_builder_data() ) {
require_once ASTRA_BELOW_HEADER_DIR . '/dynamic-css/dynamic.css.php';
}
// @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
}
Expand full source code Collapse full source code View on Trac