• After I updated wordpress I have this above my site:
    And have no idea what to do. All the plugins are updated and desactivated. Cookies and cache deleted. Theme updated.
    Link to my site: thesuperwriter.com. Can you please explain what should I do in some not IT language. I don’t know how to find WP _ debug file. Please help!

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home/pauwrite/public_html/wp-includes/functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home/pauwrite/public_html/wp-includes/functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home/pauwrite/public_html/wp-includes/functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home/pauwrite/public_html/wp-includes/functions.php on line 3457

Viewing 1 replies (of 1 total)
  • I have had success in contacting plugin authors about adding the updates to correct the recent change made in WordPress:

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0!
    Use __construct() instead.

    “If you are sub classing a WordPress class and calling the PHP4 constructor, you should update your code to use parent::__construct instead. You should also audit your own code to make sure it is using PHP5 style constructors.”
    https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/

    “Here is a list of plugins (or rather the WordPress.org slugs for them) recently detected…
    https://gist.github.com/chriscct7/d7d077afb01011b1839d
    “Friends don’t let friends use PHP 4 style constructors.”

    Find your culprit/s on that list and then post to the plugin’s Support sub-forum.

Viewing 1 replies (of 1 total)

The topic ‘After updating wordpress strange things appeared’ is closed to new replies.