File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/editors/domain/analysis-featuresLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: analysis-feature-interface.php <?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Editors\Domain\Analysis_Features; /** * This interface describes an Analysis feature implementation. */ interface Analysis_Feature_Interface { /** * Returns If the analysis is enabled. * * @return bool */ public function is_enabled(): bool; /** * Returns the name of the object. * * @return string */ public function get_name(): string; /** * Returns the legacy key used in the front-end to determine if the feature is enabled. * * @return string */ public function get_legacy_key(): string; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Diranalysis-feature-interface.phpFile657.00 B Rename | Delete | Editanalysis-feature.phpFile1.79 KB Rename | Delete | Editanalysis-features-list.phpFile1.26 KB Rename | Delete | Edit