Description
Filter the fields in a form that Notification Scheduler will treat as Date fields.
Usage
Apply to all forms.
add_filter( 'gpns_date_fields', 'my_custom_function', 10, 2 );
Apply to a specific form.
add_filter( 'gpns_date_fields_FORMID', 'my_custom_function', 10 ,2 );
Parameters
Since
This filter is available since Gravity Forms Notification Scheduler 1.0.