WPSEO_Metabox_Collapsibles_Sections::has_sections()
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() WPSEO Metabox Collapsibles Sections::has sections Yoast 24.7
protected function has_sections() { return ! empty( $this->collapsibles ); }