Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Author_Title::get_field_id()
Returns the id of the custom meta's form field.
Метод класса: Author_Title{}
Хуков нет.
Возвращает
Строку
. The id of the custom meta's form field.
Использование
$Author_Title = new Author_Title(); $Author_Title->get_field_id(): string;
Код Author_Title::get_field_id() Author Title::get field id Yoast 25.1
public function get_field_id(): string { return 'wpseo_author_title'; }