PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
wordpress-seo
/
inc
<?php /** * WPSEO plugin file. * * @package WPSEO\Internal */ /** * Class containing method for WPSEO Features. */ class WPSEO_Features { /** * Checks if the premium constant exists to make sure if plugin is the premium one. * * @return bool */ public function is_premium() { return ( defined( 'WPSEO_PREMIUM_FILE' ) ); } /** * Checks if using the free version of the plugin. * * @return bool */ public function is_free() { return ! $this->is_premium(); } }
[+]
..
[-] class-wpseo-shortlinker.php
[edit]
[-] class-wpseo-endpoint-factory.php
[edit]
[-] class-wpseo-replacement-variable.php
[edit]
[-] class-wpseo-utils.php
[edit]
[-] class-post-type.php
[edit]
[-] class-wpseo-meta.php
[edit]
[-] class-wpseo-installation.php
[edit]
[-] class-wpseo-admin-bar-menu.php
[edit]
[-] class-wpseo-replace-vars.php
[edit]
[-] interface-wpseo-wordpress-ajax-integration.php
[edit]
[-] class-wpseo-rank.php
[edit]
[+]
options
[-] class-wpseo-statistics.php
[edit]
[-] class-wpseo-content-images.php
[edit]
[+]
indexables
[+]
sitemaps
[-] class-wpseo-features.php
[edit]
[-] class-wpseo-validator.php
[edit]
[-] wpseo-functions.php
[edit]
[-] index.php
[edit]
[+]
exceptions
[-] class-wpseo-image-utils.php
[edit]
[-] class-structured-data-blocks.php
[edit]
[-] class-rewrite.php
[edit]
[-] interface-wpseo-wordpress-integration.php
[edit]
[-] class-wpseo-custom-taxonomies.php
[edit]
[-] class-wpseo-custom-fields.php
[edit]
[-] language-utils.php
[edit]
[+]
structured-data-blocks
[-] class-wpseo-primary-term.php
[edit]
[-] class-upgrade.php
[edit]
[-] wpseo-non-ajax-functions.php
[edit]
[-] wpseo-functions-deprecated.php
[edit]