WP_Widget can not replaced with __construct
-
I try to update a couple of plugins manual with WP_Widget replacing with __construct.
That causes only new errors!!
__construct needs __construct() with vars.
See this example:
class ExileBucketList extends WP_Widget {
can not replaced with
class ExileBucketList extends __construct() {Thats for a lot of plugins.
Question to WP-team: How to solve these issues?
- The topic ‘WP_Widget can not replaced with __construct’ is closed to new replies.