Jetpack_JSON_API_Plugins_Endpoint::get_plugin_updates PHP Méthode

get_plugin_updates() protected méthode

protected get_plugin_updates ( $plugin_file )
    protected function get_plugin_updates($plugin_file)
    {
        $plugin_updates = get_plugin_updates();
        if (isset($plugin_updates[$plugin_file])) {
            return $plugin_updates[$plugin_file]->update;
        }
        return null;
    }