Skip to content

Commit 6ae9a50

Browse files
authored
fix(php): compatibility
1 parent eb0181c commit 6ae9a50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

class.wph-widget.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
*/
1414

1515
class WPH_Widget extends WP_Widget {
16+
public $classname;
17+
public $fields;
18+
public $width;
19+
public $height;
20+
public $slug;
21+
public $options;
1622

1723
/**
1824
* Create Widget

0 commit comments

Comments
 (0)