This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Shortcode: EDD Product Version | |
* | |
* [edd_product_version] | |
* You can add id="post_id_here" to display the version number of a defined product. | |
*/ | |
function shortcode_edd_product_version($atts) { | |
$atts = shortcode_atts(array( |