Skip to content

Instantly share code, notes, and snippets.

@rafiahmedd
Created August 4, 2021 22:59
Show Gist options
  • Save rafiahmedd/c2b83472b89a3712dfd6700c6c50337a to your computer and use it in GitHub Desktop.
Save rafiahmedd/c2b83472b89a3712dfd6700c6c50337a to your computer and use it in GitHub Desktop.
Change step status in ff forms
add_filter('fluentform_step_string', function($text){
$text = __('Step %activeStep% of %totalStep%', 'fluentform');
return $text;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment