#32888 closed defect (bug) (duplicate)
I get Notices on site with current beta test site
| Reported by: | mjunker | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.