ASTRA_Ext_WooCommerce_Markup::header_cart_icon_class( array $classes )
Header Cart Icon Class
Description
Parameters
- $classes
-
(array) (Required) Default argument array.
Return
(array;)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
} if ( astra_get_option( 'checkout-distraction-free' ) ) { // HFB Support for distration free checkout. if ( true === astra_addon_builder_helper()->is_header_footer_builder_active ) { remove_action( 'astra_header', array( Astra_Builder_Header::get_instance(), 'prepare_header_builder_markup' ) ); remove_action( 'astra_footer', array( Astra_Builder_Footer::get_instance(), 'footer_markup' ), 10 ); } remove_action( 'astra_header', 'astra_header_markup' ); remove_action( 'astra_footer', 'astra_footer_markup' );
Expand full source code Collapse full source code View on Trac