Forums
Forums / Theme: Modern Business / deprecated warnings
(@cdillon27)
10 years, 2 months ago
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.