Skip to content

Commit

Permalink
fix(php): compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Jul 11, 2024
1 parent eb0181c commit 6ae9a50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions class.wph-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
*/

class WPH_Widget extends WP_Widget {
public $classname;
public $fields;
public $width;
public $height;
public $slug;
public $options;

/**
* Create Widget
Expand Down

0 comments on commit 6ae9a50

Please sign in to comment.