laipower/wp-content/plugins/easy-digital-downloads/templates/shortcode-content-price.php

8 lines
165 B
PHP

<?php if ( ! edd_has_variable_prices( get_the_ID() ) ) : ?>
<div>
<div class="edd_price">
<?php edd_price( get_the_ID() ); ?>
</div>
</div>
<?php endif; ?>