Yoast\WP\SEO\User_Meta\Domain

Custom_Meta_Interface::is_empty_allowed()publicYoast 1.0

Returns whether the custom meta is allowed to be empty.

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

Хуков нет.

Возвращает

true|false.

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

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

Код Custom_Meta_Interface::is_empty_allowed() Yoast 25.0

public function is_empty_allowed(): bool;