Yoast\WP\SEO\Plans\Domain\Add_Ons

Add_On_Interface::is_activepublicYoast 1.0

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

public function is_active(): bool;