Skip to content

Instantly share code, notes, and snippets.

@allysonsouza
Created November 11, 2014 17:40
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 allysonsouza/dea982b50164467ddc46 to your computer and use it in GitHub Desktop.
Save allysonsouza/dea982b50164467ddc46 to your computer and use it in GitHub Desktop.
Return the theme images directory.
<?php
/**
* Return the theme images directory.
*
* @package Theme
* @since 1.0.0
*
* @return string Theme assets/images directory.
*/
function theme_imgs() {
return get_template_directory_uri() . '/assets/images';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment