Skip to content

Instantly share code, notes, and snippets.

@marcbacon
Created July 28, 2015 14:44
Show Gist options
  • Save marcbacon/5af26bb49361826188d5 to your computer and use it in GitHub Desktop.
Save marcbacon/5af26bb49361826188d5 to your computer and use it in GitHub Desktop.
Make sure that URL's are free of unwanted characters. WordPress escape URL
$my_url = 'http://marcbacon.com/?awesome=true';
$url = esc_url( $my_url );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment