wp-cli-tgmpa-plugin icon indicating copy to clipboard operation
wp-cli-tgmpa-plugin copied to clipboard

Work around PHP notice with WP_ADMIN flag

Open itspriddle opened this issue 7 years ago • 1 comments

Recent WP seems to emit a notice:

% WP_ADMIN=true wp eval 'var_dump(WP_ADMIN);'
Notice: Undefined offset: 1 in /Users/priddle/work/wordpress-playground/public/wp-includes/vars.php on line 31
bool(true)

itspriddle avatar Oct 09 '17 17:10 itspriddle

Need to dig into this more. It is unclear what may be impacted by setting $_SERVER["PHP_SELF"] in this way.

itspriddle avatar Oct 09 '17 17:10 itspriddle