Hi, I was trying to use WP.cli.check_update(callback); But it didn't work. It would be pretty neat to have something like ``` WP.cli.check_update(function(err, res) { console.log(res); }); ``` at the beginning of each call. Same for WP.core.check_update();
Hi,
I was trying to use WP.cli.check_update(callback); But it didn't work. It would be pretty neat to have something like
at the beginning of each call.
Same for WP.core.check_update();