presscodes/maera

View on GitHub
views/edd/shortcode-content-price.twig

Summary

Maintainability
Test Coverage
{% if not function('edd_has_variable_prices', post.ID) %}
    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
        <div itemprop="price" class="edd_price">
            {{ function('edd_price', post.ID) }}
        </div>
    </div>
{% endif %}