Yoast\WP\SEO\Presenters

Abstract_Indexable_Presenter::get()publicYoast 1.0

Gets the raw value of a presentation.

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

Хуков нет.

Возвращает

Строку|Массив. The raw value.

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

$Abstract_Indexable_Presenter = new Abstract_Indexable_Presenter();
$Abstract_Indexable_Presenter->get();

Код Abstract_Indexable_Presenter::get() Yoast 22.4

abstract public function get();