ASTRA_Ext_WooCommerce_Markup::render_modern_shop_view()
Init Modern Shop view’s items.
Description
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function render_modern_shop_view() { add_action( 'woocommerce_after_shop_loop_item', array( $this, 'add_modern_triggers_on_image' ), 5 ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |