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();
		}


User Contributed Notes

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