Deprecated php problem

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 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: ‘

_construct()

and replaceing with __construct()
but that doesn’t work

Hello @gavclarke,

This seems to be an issue with the MyTwitterFeed widget so kindly get in touch with the plugin developer for this because we cannot provide support for third party plugins or scripts as our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.