Yoast\WP\SEO\User_Meta\Domain

Custom_Meta_Interface::get_key()publicYoast 1.0

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() Yoast 25.1

public function get_key(): string;