X

How to fix deprecated construct errors on WordPress?

Change all construct calls to __construct.

and also:

https://mainwp.com/notice-the-called-constructor-method-for-wp_widget-is-deprecated-since-version-4-3-0-use-__construct/

Bad Joe: