WP_Widget changes
-
With the release of WP4.3 I get the PHP error about the changed constructor usage for WP_Widget. The fix is simple, just change
parent::WP_Widgetto
parent::__constructin
widgets/*.php.
The topic ‘WP_Widget changes’ is closed to new replies.
