Table of Contents
Description #
This filter returns the input labels for the entries on the entries page.
apply_filters('fluentform_all_entries', $submissions),
Usage #
add_filter('fluentform_entry_lists_labels', function($submissions) {
return $submissions;
});
Parameters #
- $submissions (array) Submission 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