Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter new_B

    (@new_b)

    The fix is as follows:

    Replace line 27 of /wp-content/plugins/invite-anyone/widgets/widgets.php

    from

    $this->WP_Widget( 'invite-anyone-widget', 'Invite Anyone', $widget_ops, $control_ops );

    to

    parent::__construct( 'invite-anyone-widget', 'Invite Anyone', $widget_ops, $control_ops );

    Thread Starter new_B

    (@new_b)

    Forgot to mention the fix on line 21:

    Replace

    function InviteAnyoneWidget() {

    with

    function __construct() {

    Plugin Author Boone Gorges

    (@boonebgorges)

    Thanks! This will be fixed in the next version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP 4.3 compatibility’ is closed to new replies.