• Resolved arminghasemazar

    (@arminghasemazar)


    Hi. I’m reading this link from your website and I would like to add a headline before payment gateways on last page. However, snippet doesn’t work. I disabled all plugins except GiveWP to further test but that also didn’t help.

    add_filter('give_checkout_payment_method_text', 'new_payment_text');
    
    function new_payment_text() {	
    	return __('Choose your Payment Option', 'give');
    }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“Select Payment Method” text’ is closed to new replies.