ASTRA_Ext_WooCommerce_Markup::shop_filters_sidebar()
Store widgets init.
Description
Return
(void)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function shop_filters_sidebar() { register_sidebar( array( 'name' => esc_html__( 'Off-Canvas Filters', 'astra-addon' ), 'id' => 'astra-woo-product-off-canvas-sidebar', 'description' => __( 'This sidebar will show product filters on Shop page. Uncheck "Disable Off Canvas" option from `Customizer > Layout > Woocommerce > Shop` to enable this on Shop page.', 'astra-addon' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |