gpns_schedule_types
Description
Filter the schedule types available to Notification Scheduler.
Usage
Apply to all forms.
add_filter( 'gpns_schedule_types', 'my_custom_function' );
Apply to a specific form.
add_filter( 'gpns_schedule_types_FORMID', 'my_custom_function' );
Parameters
types array
Associative array containing the ID of the schedule type and its label.
Since
This filter is available since Gravity Forms Notification Scheduler 1.0.