Hide checkout notice payment method


Last updated
Was this helpful?


Last updated
Was this helpful?
Was this helpful?
add_filter('yay_currency_checkout_notice_payment_methods', 'yay_currency_checkout_notice_payment_methods', 10, 2);
function yay_currency_checkout_notice_payment_methods( $show, $apply_currency ) {
return false;
}