gpnf_add_button_max_message

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

Description

Filters the message that is displayed when the maximum number of entries allowed for the nested form field is reached.

Usage

Applied globally

add_filter( 'gpnf_add_button_max_message', 'my_custom_function' );

Applied to specific form

add_filter( 'gpnf_add_button_max_message_FORMID', 'my_custom_function' );

Parameters

$message string

The message to be displayed.

Since

  • 1.0-beta-7.21 Hook added.