ASTRA_Ext_WooCommerce_Markup::common_actions()
Common Actions.
Description
Return
(void)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function common_actions() { // Shop Pagination. $this->shop_pagination(); // Quick View. $this->init_quick_view(); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |