PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wordpress-seo
/
inc
<?php /** * WPSEO plugin file. * * @package WPSEO\Internal */ /** * Class containing method for WPSEO Features. * * @deprecated 16.0 */ class WPSEO_Features { /** * Checks if the premium constant exists to make sure if plugin is the premium one. * * @deprecated 16.0 * @codeCoverageIgnore * * @return bool */ public function is_premium() { _deprecated_function( __FUNCTION__, '16.0', 'YoastSEO()->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; } }
[-] class-wpseo-content-images.php
[edit]
[-] wpseo-functions.php
[edit]
[-] date-helper.php
[edit]
[-] class-addon-manager.php
[edit]
[-] class-wpseo-statistics.php
[edit]
[-] class-post-type.php
[edit]
[-] class-wpseo-meta.php
[edit]
[-] class-wpseo-utils.php
[edit]
[-] index.php
[edit]
[-] class-wpseo-admin-bar-menu.php
[edit]
[-] class-wpseo-custom-fields.php
[edit]
[-] class-wpseo-shortlinker.php
[edit]
[-] class-upgrade-history.php
[edit]
[-] class-my-yoast-api-request.php
[edit]
[-] class-wpseo-replacement-variable.php
[edit]
[-] class-wpseo-installation.php
[edit]
[+]
options
[-] wpseo-non-ajax-functions.php
[edit]
[-] class-wpseo-features.php
[edit]
[-] class-wpseo-primary-term.php
[edit]
[-] interface-wpseo-wordpress-integration.php
[edit]
[-] wpseo-functions-deprecated.php
[edit]
[-] class-rewrite.php
[edit]
[-] class-wpseo-rank.php
[edit]
[-] class-upgrade.php
[edit]
[+]
..
[-] class-wpseo-replace-vars.php
[edit]
[-] class-wpseo-custom-taxonomies.php
[edit]
[+]
exceptions
[-] language-utils.php
[edit]
[-] class-wpseo-image-utils.php
[edit]
[+]
sitemaps
[-] interface-wpseo-wordpress-ajax-integration.php
[edit]