Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Koepke

    (@mike_koepke)

    Yes updates will be out shortly. Message is being shown because you have WordPress debugging turned on on the production site.

    You should edit wp-config.php and ensure that define( ‘WP_DEBUG’ false ); is present and not define( ‘WP_DEBUG’ true );

    Plugin Author Mike Koepke

    (@mike_koepke)

    This will be fixed in release 4.9 coming out shortly.

    If you use wp-cli, this is a real pain, so I’ve changed:

    $this->WP_Widget('author_image', __('Author Image', 'sem-author-image'), $widget_ops)

    to

    parent::__construct('author_image', __('Author Image', 'sem-author-image'), $widget_ops)

    in the constructor of the author_image widget (I’m giving no futher information as I strongly discourage you from editing the source code of plugins unless you know what you’re doing)

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