Yoast\WP\SEO\User_Meta\Domain
Custom_Meta_Interface::is_empty_allowed()
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() Custom Meta Interface::is empty allowed Yoast 25.0
public function is_empty_allowed(): bool;