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