Table of Contents
Description #
This filter returns the variables for localizing with fluentform script.
apply_filters('fluentform_entry_lists_labels', $globalVars);
Usage #
add_filter('fluentform_entry_lists_labels', function($globalVars) {
return $globalVars;
},10,1);
Parameters #
- $globalVars (array) Form Labels
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