• 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_Widget

    to

    parent::__construct

    in widgets/*.php.

  • The topic ‘WP_Widget changes’ is closed to new replies.