__( 'Create a logo', 'hostinger' ), 'description' => __( 'Adding a logo is a great way to personalize a website or add branding information. You can use your existing logo or create a new one using the AI Logo Maker.', 'hostinger' ), ), array( 'title' => __( 'Go to the Customize page', 'hostinger' ), 'description' => __( 'In the left sidebar, click Appearance to expand the menu. In the Appearance section, click Customize. The Customize page will open. ', 'hostinger' ), ), array( 'title' => __( 'Upload your logo', 'hostinger' ), 'description' => __( 'In the left sidebar, click Site Identity, then click on the Select Site Icon button. Here, you can upload your brand logo. ', 'hostinger' ), ), ); } public function step_identifier(): string { return 'logo_upload'; } public function get_redirect_link(): string { return admin_url( 'customize.php' ); } public function button_text(): string { return __( 'Take me there', 'hostinger' ); } }