WPSEO_Abstract_Metabox_Tab_With_Sections::has_sections()
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() WPSEO Abstract Metabox Tab With Sections::has sections Yoast 24.7
abstract protected function has_sections();