Table of Contents
Description #
This filter returns entry input notes.
apply_filters('fluentform_entry_notes', $notes, $entry_id, $formId);
Usage #
add_filter('fluentform_entry_notes', function($notes, $entry_id, $formId) {
return $notes;
},10,3);
Parameters #
- $notes (array) Entry Notes
- $entry_id (int) Entry ID
- $formId (int) Form ID
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