Forums
Forums / Plugin: Theme Blvd News Scroller Widget / Warning: The called constructor method for WP_Widget…
(@ov3rfly)
9 years, 6 months ago
With latest WP and version 1.0.9 of plugin and WP_DEBUG enabled, a ‘The called constructor method for WP_Widget is deprecated…’ warning shows up.
WP_DEBUG
Current code: $this->WP_Widget( 'themeblvd_news_scroller_widget', 'Theme Blvd News Scroller', $widget_ops, $control_ops );
$this->WP_Widget( 'themeblvd_news_scroller_widget', 'Theme Blvd News Scroller', $widget_ops, $control_ops );
Suggested new code: parent::__construct( 'themeblvd_news_scroller_widget', 'Theme Blvd News Scroller', $widget_ops, $control_ops );
parent::__construct( 'themeblvd_news_scroller_widget', 'Theme Blvd News Scroller', $widget_ops, $control_ops );
Please fix, thanks. Find more information here.
The topic ‘Warning: The called constructor method for WP_Widget…’ is closed to new replies.