Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created January 20, 2017 04:42
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 hellofromtonya/9f782f6d7517bc79722f35206b8a314c to your computer and use it in GitHub Desktop.
Save hellofromtonya/9f782f6d7517bc79722f35206b8a314c to your computer and use it in GitHub Desktop.
Demo sprintf
$post_meta .= sprintf(
' [post_terms taxonomy="department" before="%s"]',
__( 'Department: ', 'teambios' )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment