Yoast\WP\SEO\Routes
Integrations_Route::__construct()
Integrations_Route constructor.
Метод класса: Integrations_Route{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Integrations_Route = new Integrations_Route(); $Integrations_Route->__construct(;
Код Integrations_Route::__construct() Integrations Route:: construct Yoast 24.4
public function __construct( Integrations_Action $integrations_action ) { $this->integrations_action = $integrations_action; }