Problem with old widget plugin
-
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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem with old widget plugin’ is closed to new replies.