gpns_unsubscribe_confirmation

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

Description

Filter the unsubscribe confirmation message and title. Note, this will not be used if setting url in the gpns_unsubscribe_url_args filter.

Usage

add_filter( 'gpns_unsubscribe_confirmation', 'my_custom_function' );

Parameters

  • unsubscribe_confirmation array

    The contents of the unsubscribe confirmation.

    • title string

      The unsubscribe confirmation title.

    • message string

      The unsubscribe confirmation message.

  • form_id int

    The form ID.

  • nid string

    The notification ID.

  • scope string

    The scope of the unsubscribe action. Can be all, form_id, or nid

Since

This filter is available since Gravity Forms Notification Scheduler 1.1.