• Hi,
    I keep getting this :
    NOTICE: THE CALLED CONSTRUCTOR METHOD FOR WP_WIDGET IS DEPRECATED SINCE VERSION 4.3.0! USE

    __CONSTRUCT()

    INSTEAD. IN D:\HANA\WORDPRESS\WWW.EXAMPLE.DEV\WP-INCLUDES\FUNCTIONS.PHP ON LINE 3457
    How do I fix it?
    Thanks,
    Gila.

Viewing 2 replies - 1 through 2 (of 2 total)
  • this is a warning and shows up because you have
    define('WP_DEBUG', true);
    in your wp-config.php. Unless you are coding a plugin or theme, there is nothing you can do about it except change the debug oftoion to ‘false’ so you won’t see those messages.

    Thread Starter gilamg1

    (@gilamg1)

    thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘error’ is closed to new replies.