Astra_Edd::edd_content_loop()

Add wrapper to the edd archive content template


Description


Return

(void)


Source

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

		public function edd_content_loop() {
			?>
			<div <?php post_class(); ?>>
				<?php
				/**
				 * Edd Archive Page Product Content Sorting
				 */
				do_action( 'astra_edd_archive_product_content' );
				?>
			</div>
			<?php
		}


User Contributed Notes

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