Yoast\WP\SEO\Dashboard\Application\Tracking

Setup_Steps_Tracking::get_first_interaction_stage()publicYoast 1.0

Gets the stage of the first interaction.

Метод класса: Setup_Steps_Tracking{}

Хуков нет.

Возвращает

Строку. The stage name.

Использование

$Setup_Steps_Tracking = new Setup_Steps_Tracking();
$Setup_Steps_Tracking->get_first_interaction_stage(): string;

Код Setup_Steps_Tracking::get_first_interaction_stage() Yoast 25.1

public function get_first_interaction_stage(): string {
	return $this->setup_steps_tracking_repository->get_setup_steps_tracking_element( 'first_interaction_stage' );
}