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
		}

User Contributed Notes

You must log in before being able to contribute a note or feedback.