• For those of us running debug mode while maintaining compatibility, there’s a notice due to attempt to access a possibly-unset index.

    In wpengine-ready/init.php, on lines 94 and 98, before the comparison of $_REQUEST[‘page’], check to see if it’s available with isset() or !empty().

    Alternately, you might use the $plugin_page global for an already-sanitized value.

    https://wordpress.org/plugins/wpengine-ready/

  • The topic ‘Notice during debug mode’ is closed to new replies.