Yoast\WP\SEO\Services\Health_Check
Ryte_Reports::get_not_indexable_result_description()
Returns the description for when the site is not indexable.
{} Это метод класса: Ryte_Reports{}
Хуков нет.
Возвращает
Строку
. The description for when the site is not indexable.
Использование
// private - только в коде основоного (родительского) класса $result = $this->get_not_indexable_result_description();
Код Ryte_Reports::get_not_indexable_result_description() Ryte Reports::get not indexable result description Yoast 19.2
private function get_not_indexable_result_description() { return sprintf( /* translators: %1$s: Expands to 'Ryte', %2$s: Expands to 'Yoast SEO'. */ __( '%1$s offers a free indexability check for %2$s users and it has determined that your site cannot be found by search engines. If this site is live or about to become live, this should be fixed.', 'wordpress-seo' ), 'Ryte', 'Yoast SEO' ); }