This action is used before registern button.
function jaw_another_button() { echo "<a class="btn jaw-landing-page-buy-button" href="https://themeforest.net/item/gdn-magazine-blog-video-theme/16897309"><span style="font-weight: bold;">BUY NOW</span></a>"; } add_action('jaw_before_register_button', 'jaw_another_button',0);The result can look like this:
List of all hooks you can find HERE