variables in wp-config.php
-
I would like to know if it is possible to use variables in wp-config.php.
I am trying to use $user_level in an if statement in the wp-config.php file. I have made the if statement using $user_ID and $user_ID comes back false even though I am logged in. I am thinking maybe I need to declare something gloabl or require_once something. Any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘variables in wp-config.php’ is closed to new replies.