Yoast\WP\SEO
Main::get_surfaces
{@inheritDoc}
Метод класса: Main{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_surfaces();
Код Main::get_surfaces() Main::get surfaces Yoast 27.7
protected function get_surfaces() {
return [
'classes' => Classes_Surface::class,
'meta' => Meta_Surface::class,
'helpers' => Helpers_Surface::class,
];
}