Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created August 9, 2014 19:55
Show Gist options
  • Save wpscholar/7adbfce5f769ae5f0732 to your computer and use it in GitHub Desktop.
Save wpscholar/7adbfce5f769ae5f0732 to your computer and use it in GitHub Desktop.
Escape URL example
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<img src="<?php echo esc_url( get_stylesheet_directory_uri() . '/img/logo.png' ); ?>" />
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment