File Editor
Directories:
.. (Back)
migrations
Files:
badge-group-names.php
conflicting-plugins.php
indexing-reasons.php
migration-status.php
oauth-client.php
researcher-languages.php
schema-ids.php
schema-types.php
semrush-client.php
wincher-client.php
wincher-pkce-provider.php
Create New File
Create
Edit File: researcher-languages.php
<?php namespace Yoast\WP\SEO\Config; /** * Holds all languages supported with specific researches for our readability analysis. */ class Researcher_Languages { public const SUPPORTED_LANGUAGES = [ 'ar', 'ca', 'de', 'en', 'es', 'fa', 'fr', 'he', 'hu', 'id', 'it', 'nb', 'nl', 'pl', 'pt', 'ru', 'sv', 'tr', 'cs', 'sk', 'el', 'ja' ]; }
Save Changes
Rename File
Rename