Get Website URL Without getEnvValue function

Now, you can get your website url without getEnvValue function:

  • In PHP

<?php
echo getWebsiteUrl();
?>
  • In JS

console.log(window.WEBSITE_URL);

Last updated