Yoast\WP\SEO\User_Meta\Domain
Custom_Meta_Interface::get_key()
Returns the db key of the custom meta.
Метод класса: Custom_Meta_Interface{}
Хуков нет.
Возвращает
Строку
.
Использование
$Custom_Meta_Interface = new Custom_Meta_Interface(); $Custom_Meta_Interface->get_key(): string;
Код Custom_Meta_Interface::get_key() Custom Meta Interface::get key Yoast 25.1
public function get_key(): string;