Table of Contents
Description #
This filter returns the input labels for the entries on the entries page.
apply_filters('fluentform_step_string', $stepText);
Usage #
add_filter('fluentform_step_string', function($stepText) {
return "Step %activeStep% of %totalStep% - %stepTitle%";
},10,1);
Parameters #
- $stepText (string)
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