sorry for the ignorance,
(I’m a newbie)
I’ve searched the docs and can’t figure out what to put in my functions.php file after making the change to grunion-contact-form.php
I’ve tried this:-
define( 'contact_form_submitbutton', apply_filters( 'contact_form_submitbutton', 'Send' ) );
and this:-
apply_filters('contact_form_submitbutton', 'Send');
and also with this:-
remove_filter( 'contact_form_submitbutton', 'contact_form_submitbutton');
would you be able to advise on what to use if possible please?
Thanks in advance ??
Kev