Skip to content

Instantly share code, notes, and snippets.

@emiluzelac
Created June 13, 2017 18:40
Show Gist options
  • Save emiluzelac/f7ae9d48554a8bdf27d15dbf470173cf to your computer and use it in GitHub Desktop.
Save emiluzelac/f7ae9d48554a8bdf27d15dbf470173cf to your computer and use it in GitHub Desktop.
home_url() trailing slash
/* Okay */
home_url()
/* Much better */
home_url( '/' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment