gpnf_add_button_max_message
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.