Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Inclusive_Language_Analysis_Disable::is_empty_allowed()publicYoast 1.0

Returns whether the custom meta is allowed to be empty.

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

Хуков нет.

Возвращает

true|false. Whether the custom meta is allowed to be empty.

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

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

Код Inclusive_Language_Analysis_Disable::is_empty_allowed() Yoast 25.1

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