芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/astro-shopping/wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php
helpers->product->is_premium' ); return YoastSEO()->helpers->product->is_premium(); } /** * Checks if using the free version of the plugin. * * @deprecated 16.0 * @codeCoverageIgnore * * @return bool */ public function is_free() { _deprecated_function( __FUNCTION__, '16.0', 'YoastSEO()->helpers->product->is_premium' ); return true; } }