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
}
Expand full source code Collapse full source code View on Trac