Yoast\WP\Lib

Abstract_Main::get_surfaces()protectedYoast 1.0

Gets the surfaces of this plugin.

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

Хуков нет.

Возвращает

Массив. A mapping of surface name to the responsible class.

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

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

Код Abstract_Main::get_surfaces() Yoast 22.4

abstract protected function get_surfaces();