Yoast\WP\SEO\Presenters
Abstract_Presenter::present() public Yoast 1.0
Returns the output as string.
{} Это метод класса: Abstract_Presenter{}
Хуков нет.
Возвращает
Строку. The output.
Использование
$Abstract_Presenter = new Abstract_Presenter(); $Abstract_Presenter->present();
Код Abstract_Presenter::present() Abstract Presenter::present Yoast 15.6.2
abstract public function present();