-
Notifications
You must be signed in to change notification settings - Fork 6
Filters & Actions
Cüneyt ÇiL edited this page Oct 18, 2023
·
1 revision
add_filter( 'mokapay_mininstallment_message_avaliable', function($status, $product_object) {
return true;
}, 10, 2 )
add_filter( 'mokapay_mininstallment_message', function($html, $installment_price, $product_object) {
return $html;
}, 10, 3 )