Yoast\WP\SEO\User_Meta\Domain

Custom_Meta_Interface::get_field_id()publicYoast 1.0

Returns the id of the custom meta's form field.

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

Хуков нет.

Возвращает

Строку.

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

$Custom_Meta_Interface = new Custom_Meta_Interface();
$Custom_Meta_Interface->get_field_id(): string;

Код Custom_Meta_Interface::get_field_id() Yoast 25.0

public function get_field_id(): string;