Yoast\WP\SEO\MyYoast_Client\Application

Callback_Outcome::get_error_phasepublicYoast 1.0

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() Yoast 28.3

public function get_error_phase(): string {
	return $this->error_phase;
}