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