gpeu_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 gpeu_unsubscribe_url_args filter.

Usage

Applied globally

add_filter( 'gpeu_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.

$scope string

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

Since

  • 2.0.13 Hook added.