Yoast\WP\SEO\MyYoast_Client\Application
Callback_Outcome::get_error_phase
Returns the OAuth phase that produced a failure.
Метод класса: Callback_Outcome{}
Хуков нет.
Возвращает
Строку. A PHASE_* constant.
Использование
$Callback_Outcome = new Callback_Outcome(); $Callback_Outcome->get_error_phase(): string;
Код Callback_Outcome::get_error_phase() Callback Outcome::get error phase Yoast 28.3
public function get_error_phase(): string {
return $this->error_phase;
}