芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php
' ) ); } /** * 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 ] ); } }