Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active September 14, 2018 11:55
Show Gist options
  • Save ScarletPonytail/e53b50601b693891fd6a21e376ecfe30 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/e53b50601b693891fd6a21e376ecfe30 to your computer and use it in GitHub Desktop.
Wordpress - Home URL PHP Code
<?php echo esc_url( get_site_url() ); ?>
<?php echo esc_url( home_url() ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment