ASTRA_Ext_WooCommerce_Markup::woocommerce_init()
Woocommerce Init.
Description
Return
(void)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function woocommerce_init() { if ( astra_get_option( 'woo-cart-empty-featured-product' ) ) { // Featured product flyout cart. add_action( 'astra_empty_cart_content', array( $this, 'astra_mini_cart_featured_product' ), 1 ); } }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |