Astra_Ext_Header_Sections_Markup::load_scripts()
Load page builder scripts and styles.
Description
Return
(void)
Source
File: addons/header-sections/classes/class-astra-ext-header-sections-markup.php
public function load_scripts() { $above_menu_animation = astra_get_option( 'above-header-submenu-container-animation' ); $below_menu_animation = astra_get_option( 'below-header-submenu-container-animation' ); if ( ! empty( $above_menu_animation ) || ! empty( $below_menu_animation ) ) { wp_enqueue_style( 'astra-menu-animation' ); } }
Expand full source code Collapse full source code View on Trac