Error on WP-Cli
After the update today a line in so-slider-widget throws undefined function wp_is_mobile error. I fixed it by adding function_exists(‘wp_is_mobile’) to if statement in that line but of course it’ll break again in next release. So just to let you know.…