WPSEO_Term_Metabox_Formatter::is_insights_enabled()protectedYoast 1.0

Determines whether the insights feature is enabled for this taxonomy.

Метод класса: WPSEO_Term_Metabox_Formatter{}

Хуков нет.

Возвращает

true|false.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->is_insights_enabled();

Код WPSEO_Term_Metabox_Formatter::is_insights_enabled() Yoast 22.4

protected function is_insights_enabled() {
	return WPSEO_Options::get( 'enable_metabox_insights', false );
}