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