Hi Nicola,
There is is filter available named “whols_registration_submit_label”. Using this filter you can change the submit button label text.
Please check the example code below:
add_filter('whols_registration_submit_label', 'change_whols_registration_submit_label');
function change_whols_registration_submit_label( $label ){
$label = 'Custom submit label';
return $label;
}
If you have any questions, please let us know.
Thanks!
Hi,
I created additional fields, however, the content isn’t coming through on the backend?
How can I get the new content to show up on the approval section or on an email?
Thanks,
Nicola
http://www.blenduk.ntwebdesign.co.za/wholesale-registration/