• pwenzel

    (@pwenzel)


    Looking at the Bitly settings page of the admin (wp-admin/options-writing.php), I see two PHP notices and one warning in the “Default Organization” section:

    Notice: Undefined variable: output in /var/www/html/wp-content/plugins/wp-bitly/includes/class-wp-bitly-settings.php on line 155

    Notice: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/wp-bitly/includes/class-wp-bitly-settings.php on line 362

    Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/wp-bitly/includes/class-wp-bitly-settings.php on line 362

    I am not having issues generating shortlinks. Just wanted to report these PHP warnings that appear when WP_DEBUG is enabled.

    I’m running PHP 7.4.3 on WordPress 5.6.

    Thanks!

  • The topic ‘PHP Warnings on Bitly Settings Screen’ is closed to new replies.