Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Content_Analysis_Disable::is_empty_allowedpublicYoast 1.0

Returns whether the custom meta is allowed to be empty.

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

Хуков нет.

Возвращает

bool. Whether the custom meta is allowed to be empty.

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

$Content_Analysis_Disable = new Content_Analysis_Disable();
$Content_Analysis_Disable->is_empty_allowed(): bool;

Код Content_Analysis_Disable::is_empty_allowed() Yoast 28.4

public function is_empty_allowed(): bool {
	return true;
}