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