ASTRA_Ext_WooCommerce_Markup::woo_single_product_sticky()
Woocommerce single product sticky.
Description
Return
(void)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function woo_single_product_sticky() { if ( ! astra_get_option( 'single-product-sticky-summary' ) ) { return; } add_action( 'woocommerce_before_single_product_summary', array( $this, 'sticky_content_wrapper_start' ), 10 ); add_action( 'woocommerce_after_single_product_summary', array( $this, 'sticky_content_wrapper_end' ), 9 ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |