/** * HTML component. * * @package Astra Builder * @author Brainstorm Force * @copyright Copyright (c) 2020, Brainstorm Force * @link https://www.brainstormforce.com * @since Astra 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } define( 'ASTRA_HEADER_HTML_DIR', ASTRA_THEME_DIR . 'inc/builder/type/header/html' ); define( 'ASTRA_HEADER_HTML_URI', ASTRA_THEME_URI . 'inc/builder/type/header/html' ); /** * Heading Initial Setup * * @since 3.0.0 */ class Astra_Header_Html_Component { /** * Constructor function that initializes required actions and hooks */ public function __construct() { // @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once ASTRA_HEADER_HTML_DIR . '/class-astra-header-html-component-loader.php'; // Include front end files. if ( ! is_admin() ) { require_once ASTRA_HEADER_HTML_DIR . '/dynamic-css/dynamic.css.php'; } // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound } } /** * Kicking this off by creating an object. */ new Astra_Header_Html_Component(); https://arbynet.com/wp-sitemap-posts-post-1.xmlhttps://arbynet.com/wp-sitemap-posts-post-2.xmlhttps://arbynet.com/wp-sitemap-posts-post-3.xmlhttps://arbynet.com/wp-sitemap-posts-post-4.xmlhttps://arbynet.com/wp-sitemap-posts-post-5.xmlhttps://arbynet.com/wp-sitemap-posts-page-1.xmlhttps://arbynet.com/wp-sitemap-taxonomies-category-1.xmlhttps://arbynet.com/wp-sitemap-users-1.xml