The called constructor method for WP_Widget is deprecated since version 4.3.0

前端 未结 6 608
一生所求
一生所求 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:14

    I guess you are using some plugin that is not updated after wordpress updates and having some code like class ***_Widget extends WP_Widget { .you should update that plugin or deactivate it until It is updated.

提交回复
热议问题