• joloshop

    (@joloshop)


    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)
  • Moderator Steven Stern (sterndata)

    (@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.

    Thread Starter joloshop

    (@joloshop)

    it’s not supported anymore and customized

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with old widget plugin’ is closed to new replies.