The called constructor method for WP_Widget is deprecated since version 4.3.0

前端 未结 6 606
一生所求
一生所求 2020-12-13 13:28

I just updated to WordPress 4.3 and it seems that something is broken.

I get this error that shows up on my page:

Notice: The called construct

6条回答
  •  爱一瞬间的悲伤
    2020-12-13 14:16

    Its kind of warning you can hide the error using add a line in your wp-config.php file in your site root directory

    define('WP_DEBUG', false);

提交回复
热议问题