• Throws php notice in case of using custom post type when class-debug-bar-wp-query.php is trying to echo taxonomies array:

    PHP Notice: Array to string conversion in /Users/ixrevo/Sites/jetsmarter.com/wp-content/plugins/debug-bar/panels/class-debug-bar-wp-query.php on line 98

    I’ve fixed this locally in this way:

    echo '<li>' . $key . ' => ' . var_export( $value, true ) . '</li>';

    https://wordpress.org/plugins/debug-bar/

  • The topic ‘Array to string conversion class-debug-bar-wp-query.php on line 98’ is closed to new replies.