Yoast\WP\SEO\Plans\Domain\Add_Ons
Add_On_Interface::has_license
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() Add On Interface::has license Yoast 27.7
public function has_license(): bool;