Widget constructor needed
-
I really like it, but it has not been updated, and to work with php 8 you need to go into class-bwp-rc-widget.php and change “function BWP_RC_Widget()” to “public function __construct()”
Then last row of the function, instead of “$this->WP_Widget” put “parent::__construct”
- The topic ‘Widget constructor needed’ is closed to new replies.