[ad_1]
Hello we would like to ask if you can provide us a filter to move just the Google pay postion on the checkout page like the PayPal button below,
add_filter(‘woocommerce_paypal_payments_checkout_button_renderer_hook’, function() {
return ‘cfw_checkout_before_payment_methods’;
});
So we want to apply this filter but for the Google pay button only not the PayPal button.
The page I need help with: [log in to see the link]
