Yoast\WP\SEO\Plans\Domain\Add_Ons
Add_On_Interface::is_active
Returns whether the add-on is installed and activated.
Метод класса: Add_On_Interface{}
Хуков нет.
Возвращает
true|false.
Использование
$Add_On_Interface = new Add_On_Interface(); $Add_On_Interface->is_active(): bool;
Код Add_On_Interface::is_active() Add On Interface::is active Yoast 27.7
public function is_active(): bool;