Skip to content

Instantly share code, notes, and snippets.

@mehrshaddarzi
Created January 2, 2024 10:33
Show Gist options
  • Save mehrshaddarzi/cabdc34fc935ec60efab0be9c6e1a79c to your computer and use it in GitHub Desktop.
Save mehrshaddarzi/cabdc34fc935ec60efab0be9c6e1a79c to your computer and use it in GitHub Desktop.
Dynamic Domain WordPress
<?php
define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment