Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Noindex_Author::get_key()publicYoast 1.0

Returns the db key of the Noindex_Author custom meta.

Метод класса: Noindex_Author{}

Хуков нет.

Возвращает

Строку. The db key of the Noindex_Author custom meta.

Использование

$Noindex_Author = new Noindex_Author();
$Noindex_Author->get_key(): string;

Код Noindex_Author::get_key() Yoast 25.0

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