PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
plugins
/
wordpress-seo-premium
/
premium
/
classes
<?php /** * WPSEO Premium plugin file. * * @package WPSEO\Premium */ /** * Class WPSEO_Premium_Prominent_Words_Language_Support. */ class WPSEO_Premium_Prominent_Words_Language_Support { /** * List of supported languages. * * @var array */ protected $supported_languages = array( 'en', 'de', 'nl', 'es', 'fr', 'it', 'pt', 'ru', 'pl', 'sv' ); /** * Returns whether the current language is supported for the link suggestions. * * @param string $language The language to check for. * * @return bool Whether the current language is supported for the link suggestions. */ public function is_language_supported( $language ) { return in_array( $language, $this->supported_languages, true ); } }
[+]
..
[-] premium-keyword-export-manager.php
[edit]
[-] premium-link-suggestions-service.php
[edit]
[-] premium-register-capabilities.php
[edit]
[+]
export
[-] premium-post-data-service.php
[edit]
[-] premium-prominent-words-recalculation-service.php
[edit]
[-] premium-orphaned-content-support.php
[edit]
[-] premium-free-translations.php
[edit]
[-] premium-orphaned-post-query.php
[edit]
[-] premium-metabox.php
[edit]
[-] premium-javascript-strings.php
[edit]
[-] social-previews.php
[edit]
[-] facebook-profile.php
[edit]
[-] premium-prominent-words-language-support.php
[edit]
[-] premium-redirect-endpoint.php
[edit]
[-] premium-beacon-setting.php
[edit]
[-] premium-prominent-words-recalculation-notifier.php
[edit]
[-] premium-prominent-words-versioning.php
[edit]
[-] premium-redirect-export-manager.php
[edit]
[-] metabox-link-suggestions.php
[edit]
[-] premium-orphaned-post-filter.php
[edit]
[-] premium-orphaned-content-utils.php
[edit]
[-] premium-prominent-words-service.php
[edit]
[-] premium-autoloader.php
[edit]
[-] validation-error.php
[edit]
[-] premium-prominent-words-unindexed-post-query.php
[edit]
[-] premium-prominent-words-registration.php
[edit]
[-] premium-prominent-words-recalculation-endpoint.php
[edit]
[-] premium-stale-cornerstone-content-filter.php
[edit]
[-] premium-gsc.php
[edit]
[-] premium-prominent-words-support.php
[edit]
[-] premium-assets.php
[edit]
[-] product-premium.php
[edit]
[-] validation-result.php
[edit]
[+]
views
[-] premium-expose-shortlinks.php
[edit]
[-] premium-gsc-modal.php
[edit]
[-] premium-prominent-words-recalculation.php
[edit]
[-] premium-prominent-words-link-endpoint.php
[edit]
[-] term-watcher.php
[edit]
[-] premium-redirect-service.php
[edit]
[-] premium-stale-cornerstone-content-notification.php
[edit]
[+]
redirect
[-] upgrade-manager.php
[edit]
[-] premium-post-data-endpoint.php
[edit]
[-] premium-orphaned-post-notifier.php
[edit]
[-] premium-asset-js-l10n.php
[edit]
[-] multi-keyword.php
[edit]
[-] premium-prominent-words-endpoint.php
[edit]
[-] validation-warning.php
[edit]
[-] premium-link-suggestions-endpoint.php
[edit]
[-] premium-import-manager.php
[edit]
[-] premium-prominent-words-link-service.php
[edit]
[-] post-watcher.php
[edit]
[-] watcher.php
[edit]
[-] custom-fields-plugin.php
[edit]