set site wide variable in wp-config
-
How can I access a variable I set in wp-config.php?
I’ve added…
// Store URL
define(‘STORE_URL’, ‘http://www.hoopgroup.net/register’);…to the config file and want to be able to access it anywhere in the site
TIA
The topic ‘set site wide variable in wp-config’ is closed to new replies.