esc_html__( 'Get a domain', 'hostinger' ), 'description' => $this->get_domain_html(), ), array( 'title' => esc_html__( 'Connect your domain to Hostinger', 'hostinger' ), 'description' => $this->connect_domain_html(), ), array( 'title' => esc_html__( 'Wait for domain propagation', 'hostinger' ), 'description' => esc_html__( 'Domain propagation can take up to 24 hours. Your domain will propagate automatically, and you don\'t need to take any action during this time.', 'hostinger' ), ), ); } private function get_domain_html(): string { ob_start(); ?>

ns1.dns-parking.com

ns2.dns-parking.com

video-cover

03:46

'wordpress', 'redirectUrl' => self::HOSTINGER_WEBSITES_URL, ); $url = $hpanel_url . '?' . http_build_query( $query_parameters ); return $url; } public function button_text(): string { return esc_html__( 'Connect domain now', 'hostinger' ); } }