Yoast\WP\SEO\User_Meta\Application

Custom_Meta_Collector::get_custom_meta()publicYoast 1.0

Returns all the custom meta.

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

Хуков нет.

Возвращает

Массив. All the custom meta.

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

$Custom_Meta_Collector = new Custom_Meta_Collector();
$Custom_Meta_Collector->get_custom_meta(): array;

Код Custom_Meta_Collector::get_custom_meta() Yoast 25.1

public function get_custom_meta(): array {
	return $this->custom_meta;
}