Yoast\WP\SEO\Routes
Wincher_Route::__construct()
Wincher_Route constructor.
Метод класса: Wincher_Route{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Wincher_Route = new Wincher_Route(); $Wincher_Route->__construct(;
Код Wincher_Route::__construct() Wincher Route:: construct Yoast 24.3
public function __construct( Wincher_Login_Action $login_action, Wincher_Account_Action $account_action, Wincher_Keyphrases_Action $keyphrases_action ) { $this->login_action = $login_action; $this->account_action = $account_action; $this->keyphrases_action = $keyphrases_action; }