Yoast\WP\SEO\User_Meta\Domain
Custom_Meta_Interface::get_field_id()
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() Custom Meta Interface::get field id Yoast 25.0
public function get_field_id(): string;