Title: Warning: The called constructor method for WP_Widget&#8230;
Last modified: September 11, 2016

---

# Warning: The called constructor method for WP_Widget…

 *  [Ov3rfly](https://wordpress.org/support/users/ov3rfly/)
 * (@ov3rfly)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/warning-the-called-constructor-method-for-wp_widget/)
 * 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.
 * Current code:
    `$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 );`
 * Please fix, thanks. Find [more information here](https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/).

The topic ‘Warning: The called constructor method for WP_Widget…’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/theme-blvd-news-scroller.svg)
 * [Theme Blvd News Scroller Widget](https://wordpress.org/plugins/theme-blvd-news-scroller/)
 * [Support Threads](https://wordpress.org/support/plugin/theme-blvd-news-scroller/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-blvd-news-scroller/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-blvd-news-scroller/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-blvd-news-scroller/reviews/)

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)
 * [wp_widget](https://wordpress.org/support/topic-tag/wp_widget/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ov3rfly](https://wordpress.org/support/users/ov3rfly/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/warning-the-called-constructor-method-for-wp_widget/)
 * Status: not resolved