Astra_Edd::edd_single_template()
Edd Single Product template
Description
Source
File: inc/compatibility/edd/class-astra-edd.php
public function edd_single_template() { astra_entry_before(); ?> <div <?php post_class(); ?>> <?php astra_entry_top(); ?> <?php astra_entry_content_single(); ?> <?php astra_entry_bottom(); ?> </div><!-- #post-## --> <?php astra_entry_after(); }
Expand full source code Collapse full source code View on Trac