Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 6, 2021 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/44ae65fedf29d02b4c1557394842d14f to your computer and use it in GitHub Desktop.
Save Roy-Oto/44ae65fedf29d02b4c1557394842d14f to your computer and use it in GitHub Desktop.
Change asterisks to letters
function wpf_dev_required_indicator( $text ) {
return ' <span class="wpforms-required-label">必須</span>';
}
add_filter( 'wpforms_get_field_required_label', 'wpf_dev_required_indicator' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment