Debug Errors with 4.3 Upgrade
-
After upgrade to WP 4.3, with define(‘WP_DEBUG’, true); the theme throws errors:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /Users/mikegriffin/www/sites/mikegriffin/wwwroot/wp/wp-includes/functions.php on line 3457
I just set define(‘WP_DEBUG’, false) in production where I have a child theme. It should be easy to replicate by simply setting define(‘WP_DEBUG’, true).
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Debug Errors with 4.3 Upgrade’ is closed to new replies.