Yoast\WP\SEO\Routes

Integrations_Route::__construct()publicYoast 1.0

Integrations_Route constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Integrations_Route = new Integrations_Route();
$Integrations_Route->__construct(;

Код Integrations_Route::__construct() Yoast 22.4

public function __construct(
	Integrations_Action $integrations_action
) {
	$this->integrations_action = $integrations_action;
}