Yoast\WP\SEO\Plans\Domain\Add_Ons

Add_On_Interface::has_licensepublicYoast 1.0

Returns whether the add-on has an valid license.

Метод класса: Add_On_Interface{}

Хуков нет.

Возвращает

true|false.

Использование

$Add_On_Interface = new Add_On_Interface();
$Add_On_Interface->has_license(): bool;

Код Add_On_Interface::has_license() Yoast 27.7

public function has_license(): bool;