Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Content_Analysis_Disable::get_key()publicYoast 1.0

Returns the db key of the Content_Analysis_Disable custom meta.

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

Хуков нет.

Возвращает

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

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

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

Код Content_Analysis_Disable::get_key() Yoast 25.1

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