HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/www/wp-content/themes/digital-download/template-parts/content-downloads.php
<?php
/**
 * Template part for displaying downloads in home page and in download page.
 * 
 * @package Digital_Download
 */
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'item' ); ?> itemscope itemtype="https://schema.org/Product">
	<div class="download-holder">
        <?php 
            get_template_part( 'edd_templates/shortcode-content-image' ); 
            get_template_part( 'edd_templates/shortcode-content-cart-button' ); 
            get_template_part( 'edd_templates/shortcode-content-title' );
            get_template_part( 'edd_templates/shortcode-content-price' );
        ?>
    </div><!-- .download-holder -->            
</article><!-- #post-<?php the_ID(); ?> -->