snailofsatan
Forum Replies Created
-
sorry to be a pain, for pre PHP5.3 users how can we adapt this add_filter?
thanks in advance 🙂
Kev.thanks it works, I wouldn’t have figured that out!
the only other change was to choose PHP=>DEV in my 1and1 hosting control panel which changed the PHP version from 5.2.17 to 6
🙂
thanks again!hi, thanks, I’ve changed the php file as per the instructions here:-
http://plugins.trac.ww.wp.xz.cn/ticket/1354
but not sure what to do next?
thanks in advance 🙂
Kev.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