What exactly do I change to fix this problem with deprecated php
Notice: The called constructor method for WP_Widget in MyTwitterFeed is deprecated since version 4.3.0! Use
__construct()
instead. in /home/gavclarke/public_html/wp-includes/functions.php on line 4503
I tried just deleting line 4503:
[quote=“gavclarke, post:1, topic:64146, full:true”]
What exactly do I change to fix this problem with deprecated phpNotice: The called constructor method for WP_Widget in MyTwitterFeed is deprecated since version 4.3.0! Use
__construct()
instead. in /home/gavclarke/public_html/wp-includes/functions.php on line 4503I tried just deleting line 4503: ‘
_construct()’
and replaceing with __construct()
but that doesn’t work