gpns_date_fields

  1. Description
  2. Usage
  3. Parameters
  4. Since

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

  • fields array

    The date fields in the form.

  • form array

    The current form.

Since

This filter is available since Gravity Forms Notification Scheduler 1.0.