' ) ); } /** * Checks whether a new update is available for Premium. * * @return bool */ public function is_premium_update_available() { $plugin_updates = \get_plugin_updates(); return isset( $plugin_updates[ \WPSEO_PREMIUM_BASENAME ] ); } }