WordPress 6.x / PHP 8.x deprecated warnings in development environment

The key to the solution is enable_wp_debug_mode_checks filter but to use it you have to do something special. As the documentation says: This filter runs before it can be used by plugins. It is designed for non-web runtimes. Returning false causes the WP_DEBUG and related constants to not be checked and the default PHP values … Read more