step_identifier(), array_column( $this->get_completed_steps(), 'action' ), true ); } public function get_completed_steps(): array { return get_option( 'hostinger_onboarding_steps', array() ); } }