Astra_Woocommerce::before_main_content_end()

Add end of wrapper


Description


Source

File: inc/compatibility/woocommerce/class-astra-woocommerce.php

		public function before_main_content_end() {
			?>
					</div> <!-- .ast-woocommerce-container -->
				</main> <!-- #main -->

				<?php astra_primary_content_bottom(); ?>

			</div> <!-- #primary -->
			<?php
			$site_sidebar = astra_page_layout();
			if ( 'right-sidebar' == $site_sidebar ) {
				get_sidebar();
			}
		}


User Contributed Notes

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