add_filter('arf_check_condition_on_subscription', 'your_function', 10, 2);
function your_function($form, $entry_id){
//Return condition status on subscription.
return false;
}
Parameters:
$form
Array of form options.
$entry_id
Created entry ID.
Comments are closed.
Subscribe To Our Newsletter For Best Monthly Offers & Discounts!
Be a part of our subscription and stay updated with the latest deals we offer.