WPSEO_Metabox_Analysis_Readability::is_globally_enabled() public Yoast 1.0
Whether or not this analysis is enabled globally.
{} Это метод класса: WPSEO_Metabox_Analysis_Readability{}
Хуков нет.
Возвращает
true/false
. Whether or not this analysis is enabled globally.
Использование
$WPSEO_Metabox_Analysis_Readability = new WPSEO_Metabox_Analysis_Readability(); $WPSEO_Metabox_Analysis_Readability->is_globally_enabled();
Код WPSEO_Metabox_Analysis_Readability::is_globally_enabled() WPSEO Metabox Analysis Readability::is globally enabled Yoast 16.1.1
public function is_globally_enabled() {
return WPSEO_Options::get( 'content_analysis_active', true );
}