File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/editors/domain/analysis-featuresLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 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