Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Content_Analysis_Disable::get_field_id()publicYoast 1.0

Returns the id of the custom meta's form field.

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

Хуков нет.

Возвращает

Строку. The id of the custom meta's form field.

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

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

Код Content_Analysis_Disable::get_field_id() Yoast 25.1

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