Example of how to change the order confirmation button text.
<?php //Please do not include the opening PHP tag if you already have one. | |
function tw_ee_button_confirmation_text() { | |
return 'View Full Confirmation Receipt'; | |
} | |
add_filter( 'FHEE__thank_you_page_overview_template__order_conf_button_text', 'tw_ee_button_confirmation_text' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment