#32888 closed defect (bug) (duplicate)
I get Notices on site with current beta test site
Reported by: | mjunker | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi,
PHP4 style constructor has been deprecated and that's why you are seeing this. If you are using a plugin, they need to update their code for this.
Please see the details here.
https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/
Hope that helps.