Yoast\WP\SEO\Routes
Wincher_Route::get_authorization_url()
Returns the authorization URL.
Метод класса: Wincher_Route{}
Хуков нет.
Возвращает
WP_REST_Response
. The response.
Использование
$Wincher_Route = new Wincher_Route(); $Wincher_Route->get_authorization_url();
Код Wincher_Route::get_authorization_url() Wincher Route::get authorization url Yoast 24.6
public function get_authorization_url() { $data = $this->login_action->get_authorization_url(); return new WP_REST_Response( $data, $data->status ); }