Yoast\WP\SEO\Presenters
Abstract_Indexable_Presenter::get()
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() Abstract Indexable Presenter::get Yoast 24.0
abstract public function get();