wp-cli-tgmpa-plugin
wp-cli-tgmpa-plugin copied to clipboard
Work around PHP notice with WP_ADMIN flag
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)
Need to dig into this more. It is unclear what may be impacted by setting $_SERVER["PHP_SELF"]
in this way.