WPSEO_Abstract_Metabox_Tab_With_Sections::has_sections()protectedYoast 1.0

Checks whether the tab has any sections.

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

Хуков нет.

Возвращает

true|false. Whether the tab has any sections

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

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

Код WPSEO_Abstract_Metabox_Tab_With_Sections::has_sections() Yoast 22.4

abstract protected function has_sections();