Alternative method of defining WPCACHEHOME
-
Hello, I was looking for the answer to this but could not find it.
I have a client that is hosted on a service that locks down their wp-config. Is there another place I can define this that would work? I attempted
add_action( 'muplugins_loaded', 'define_wpcachehome' ); function define_wpcachehome() { define( 'WPCACHEHOME', '\app\public\wp-content\plugins\wp-super-cache/' ); }
but I am still getting an error message. Any suggestions would be appreciated. Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Alternative method of defining WPCACHEHOME’ is closed to new replies.