Constructor Method Deprecation
-
I’m getting error messages at the top of my site, and could really use some simple step-by-step instructions on how to fix this– I’m not especially computer literate, but I do have access to the FTP for the site. I understand I’m supposed to alter the code somehow to _construct() but I’ms not sure where or how to do this. Any help would be much appreciated. Here are the exact messages:
Notice: The called constructor method for WP_Widget in wap8_Flickr_Feedr_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /vhome/crate/htdocs/wp-includes/functions.php on line 3891Notice: The called constructor method for WP_Widget in wap8_Twitter_Feedr_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /vhome/crate/htdocs/wp-includes/functions.php on line 3891
The topic ‘Constructor Method Deprecation’ is closed to new replies.