Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active September 12, 2018 16:18
Show Gist options
  • Save ScarletPonytail/ef151df48100c2f1b1314bac872a037d to your computer and use it in GitHub Desktop.
Save ScarletPonytail/ef151df48100c2f1b1314bac872a037d to your computer and use it in GitHub Desktop.
Wordpress - Adding a variable for an esc_html
<?php echo esc_html( sprintf( 'Text here %s', $variable ), 'standardchartered' ) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment