Yoast\WP\SEO\User_Meta\Domain
Custom_Meta_Interface::is_setting_enabled
Returns whether the respective global setting is enabled.
Метод класса: Custom_Meta_Interface{}
Хуков нет.
Возвращает
true|false.
Использование
$Custom_Meta_Interface = new Custom_Meta_Interface(); $Custom_Meta_Interface->is_setting_enabled(): bool;
Код Custom_Meta_Interface::is_setting_enabled() Custom Meta Interface::is setting enabled Yoast 27.7
public function is_setting_enabled(): bool;