Yoast\WP\SEO\Plans\Domain\Add_Ons
Woo::get_id
Returns the ID.
Метод класса: Woo{}
Хуков нет.
Возвращает
Строку.
Использование
$Woo = new Woo(); $Woo->get_id(): string;
Код Woo::get_id() Woo::get id Yoast 27.7
public function get_id(): string {
return 'woo';
}