View Categories

fluentform/global_form_vars

Description  #

This filter returns the variables for localizing with fluent form 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 FluentForm\App\Modules\Component\Component -> renderForm($atts)