Skip to content

Instantly share code, notes, and snippets.

@MjHead
Last active August 17, 2016 14:39
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 MjHead/447d5a76bfd2a03fa566ba0efe2dabd0 to your computer and use it in GitHub Desktop.
Save MjHead/447d5a76bfd2a03fa566ba0efe2dabd0 to your computer and use it in GitHub Desktop.
sprintf example
return sprintf(
'<div class="info-block">%s</div><div class="info-block address"> <i class="material-icons">location_on</i>%s </div>',
__( 'If you can envision it, than we can build it!', 'builderry' ),
__( '11559 Ventura Boulevard, Studio City, CA 91604', 'builderry' )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment