Yoast\WP\SEO\Presenters

Abstract_Presenter::present()publicYoast 1.0

Returns the output as string.

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

Хуков нет.

Возвращает

Строку. The output.

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

$Abstract_Presenter = new Abstract_Presenter();
$Abstract_Presenter->present();

Код Abstract_Presenter::present() Yoast 22.4

abstract public function present();