Forums
Home / Fixing WordPress / Problem with old widget plugin
(@joloshop)
1 year, 1 month ago
I tried changing to PHP 8.0 however I am getting a problem with an old Widget Plugin. Its missing the parent::__construct.
I think the error is in this code:
´if(!class_exists(‘wpw_clipper_home_grid_widget’)){class wpw_clipper_home_grid_widget extends WP_Widget {function wpw_clipper_home_grid_widget() {//Constructor$widget_ops = array(‘classname’ => ‘widget clipper_home_coupons’, ‘description’ => ‘Clipper Home Coupon list & grid Widget’ );$this->WP_Widget(‘clipper_home_coupons’,’WPW: Coupon Home Listing & Grid’, $widget_ops);}´
Need some help
(@sterndata)
Volunteer Forum Moderator
Which plugin? I recommend asking at that plugin’s support area here so the plugin’s developers and support community can help you with this.
it’s not supported anymore and customized