Yoast\WP\SEO\User_Meta\Application
Custom_Meta_Collector::get_custom_meta()
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() Custom Meta Collector::get custom meta Yoast 25.1
public function get_custom_meta(): array { return $this->custom_meta; }