is_header_footer_builder_active ) { return; } require_once ASTRA_ADDON_EXT_ADVANCED_FOOTER_DIR . 'classes/class-astra-ext-adv-footer-loader.php'; require_once ASTRA_ADDON_EXT_ADVANCED_FOOTER_DIR . 'classes/class-astra-ext-adv-footer-markup.php'; // Include front end files. if ( ! is_admin() ) { require_once ASTRA_ADDON_EXT_ADVANCED_FOOTER_DIR . 'classes/dynamic.css.php'; } } } /** * Kicking this off by calling 'get_instance()' method */ Astra_Ext_Advanced_Footer::get_instance(); }