Astra_Builder_Header::header_woo_cart()

Render WooCommerce Cart.


Description


Source

File: inc/builder/markup/class-astra-builder-header.php

		public function header_woo_cart() {
			if ( class_exists( 'Astra_Woocommerce' ) ) {
				echo Astra_Woocommerce::get_instance()->woo_mini_cart_markup(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
			}
		}


User Contributed Notes

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