Skip to content

Instantly share code, notes, and snippets.

@stefanmm
Created May 17, 2022 21:32
Show Gist options
  • Save stefanmm/9d9647065d127b8f81a19fb375ec51f8 to your computer and use it in GitHub Desktop.
Save stefanmm/9d9647065d127b8f81a19fb375ec51f8 to your computer and use it in GitHub Desktop.
Set WP URL wp-config
// Other code...
define( 'WP_HOME', 'http://yoursiteurl.com' );
define( 'WP_SITEURL', 'http://yoursiteurl.com' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment