Last active
September 14, 2018 11:55
-
-
Save ScarletPonytail/e53b50601b693891fd6a21e376ecfe30 to your computer and use it in GitHub Desktop.
Wordpress - Home URL PHP Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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