Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created February 27, 2021 09:29
Show Gist options
  • Save reachkamrul/2512da09286178ac2f372c75fab3f9e2 to your computer and use it in GitHub Desktop.
Save reachkamrul/2512da09286178ac2f372c75fab3f9e2 to your computer and use it in GitHub Desktop.
add_filter('fluentform_step_string', function($text){
$text = __('%activeStep% / %totalStep%', 'fluentform');
return $text;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment