Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
editors
/
domain
/
analysis-features
/
File Content:
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; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
analysis-feature-interface.php
657 bytes
0644
analysis-feature.php
1835 bytes
0644
analysis-features-list.php
954 bytes
0644
N4ST4R_ID | Naxtarrr