Last active
September 12, 2018 16:18
-
-
Save ScarletPonytail/ef151df48100c2f1b1314bac872a037d to your computer and use it in GitHub Desktop.
Wordpress - Adding a variable for an esc_html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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