D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mihaidwf
/
justshea.net
/
wp-content
/
themes
/
oceanwp
/
partials
/
edd
/
Filename :
shortcode-content-price.php
back
Copy
<div> <div class="edd_price"> <?php if ( ! edd_has_variable_prices( get_the_ID() ) ) : edd_price( get_the_ID() ); else : echo edd_price_range( get_the_ID() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped endif; ?> </div> </div>