Table of Contents
Description #
This filter returns a response note when adding a response note.
apply_filters('fluentform_add_response_note', $response_note);
Usage #
add_filter('fluentform_add_response_note', function($response_note) {
return $response_note;
},10,1);
Parameters #
- $response_note (array) Note Data
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Modules/Entries/Entries.php