define(“WSOD issue”)
-
Your plugin seems to WSOD if anyone else wants to define WP global variables – not cool.
I think if you simply checked defined first we could avoid this problem.
This would be in your generated code in wp-config.phpif (!defined('DISALLOW_FILE_EDIT')) {
define( 'DISALLOW_FILE_EDIT', true );
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘define(“WSOD issue”)’ is closed to new replies.