Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Author_Metadesc::is_empty_allowed()
Returns whether the custom meta is allowed to be empty.
Метод класса: Author_Metadesc{}
Хуков нет.
Возвращает
true|false
. Whether the custom meta is allowed to be empty.
Использование
$Author_Metadesc = new Author_Metadesc(); $Author_Metadesc->is_empty_allowed(): bool;
Код Author_Metadesc::is_empty_allowed() Author Metadesc::is empty allowed Yoast 25.1
public function is_empty_allowed(): bool { return true; }