Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Author_Title::is_empty_allowed()publicYoast 1.0

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() Yoast 25.1

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