'; echo __('Starting at', 'ascent-free') . ' '; echo edd_price(get_the_ID()); echo ''; echo edd_get_purchase_link( array( 'id' => get_the_ID() ) ); } else { edd_price(get_the_ID()); } ?>
get_the_ID(), 'class' => 'edd-submit btn', // add your new classes here 'price' => 0, // turn the price off 'text' => __('Add to Cart', 'ascent-free') ) ); ?>
$download_id, 'class' => 'edd-submit btn', // add your new classes here 'price' => 0, // turn the price off 'text' => __('Buy', 'ascent-free') ) ); } } // rehook/add our function back to the same location as before add_action('edd_after_download_content', 'themeora_edd_append_purchase_link');