Created
August 24, 2017 20:28
-
-
Save druellan/a3877d6a598a015ea0f56d08f67a6e8a to your computer and use it in GitHub Desktop.
WP URL Links
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
esc_url(home_url( '/' )); // Includes lang domain for WPML | |
get_option( 'home' ); // No WPML |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment