ASTRA_Ext_WooCommerce_Markup::product_navigation_wrapper_start()
Breadcrumb wrapper Start
Description
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function product_navigation_wrapper_start() { $nav_style = astra_get_option( 'single-product-nav-style' ); ?> <div class="ast-product-navigation-wrapper <?php echo esc_attr( $nav_style ); ?>"> <?php }
Expand full source code Collapse full source code View on Trac