Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Author_Title::get_key()publicYoast 1.0

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

public function get_key(): string {
	return 'wpseo_title';
}