absolutte_get_svg( array( 'icon' => 'quote-right' ) ), ); $absolutte_l10n['expand'] = __( 'Expand child menu', 'absolutte' ); $absolutte_l10n['collapse'] = __( 'Collapse child menu', 'absolutte' ); $absolutte_l10n['icon'] = absolutte_get_svg( array( 'icon' => 'angle-down', 'fallback' => true ) ); wp_localize_script( 'absolutte-navigation', 'absolutte_ScreenReaderText', $absolutte_l10n ); //================================================================= //Customs Scripts ================================================= wp_enqueue_script( 'absolutte_theme-custom', get_template_directory_uri() . '/js/script.js', array( 'jquery', 'bootstrap' ), '1.0.1', true ); $absolutte_custom_js = array( 'admin_ajax' => admin_url( 'admin-ajax.php' ), 'token' => wp_create_nonce( 'quemalabs-secret' ) ); wp_localize_script( 'absolutte_theme-custom', 'absolutte', $absolutte_custom_js ); //================================================================= if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || ( function_exists( 'is_plugin_active_for_network' ) && is_plugin_active_for_network( 'woocommerce/woocommerce.php' ) ) ) { if ( is_shop() ) { wp_enqueue_script( 'wc-single-product' ); wp_enqueue_script( 'wc-add-to-cart-variation' ); wp_enqueue_script( 'wc-add-to-cart' ); } }