WPSEO_Metabox_Collapsibles_Sections::has_sections()protectedYoast 1.0

Checks whether the tab has any sections.

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

Хуков нет.

Возвращает

true|false. Whether the tab has any sections

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

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

Код WPSEO_Metabox_Collapsibles_Sections::has_sections() Yoast 22.4

protected function has_sections() {
	return ! empty( $this->collapsibles );
}