Yoast\WP\SEO\Editors\Framework
Readability_Analysis::is_user_enabled()
If this analysis is enabled by the user.
Метод класса: Readability_Analysis{}
Хуков нет.
Возвращает
true|false
. If this analysis is enabled by the user.
Использование
// private - только в коде основоного (родительского) класса $result = $this->is_user_enabled(): bool;
Код Readability_Analysis::is_user_enabled() Readability Analysis::is user enabled Yoast 24.1
private function is_user_enabled(): bool { return ! \get_user_meta( \get_current_user_id(), 'wpseo_content_analysis_disable', true ); }