Donor Information Title
-
Hi,
I went through your tutorial and am now trying to modify the title “Donor Information” on my form. I’m trying to do this through functions as you suggested but with no luck.
I’m doing this:
function correctDonationFormTitle($array){
$array[‘elements’][‘donation_header’][‘value’] = esc_html__ ( ‘test’, ‘seamless-donations’ );
return $array;
}add_filter(‘seamless_donations_get_donor_section’, ‘correctDonationFormTitle’);
What am I doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Donor Information Title’ is closed to new replies.