• PHP Notice: The called constructor method for WP_Widget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead.

    $this->WP_Widget( ... )

    needs to be

    parent::__construct( ... )

  • The topic ‘deprecated warnings’ is closed to new replies.