id == 'appearance_page_podcast-doc' ) { return; } $theme_data = wp_get_theme(); echo '
'; echo '

'; /* translators: %s theme name */ printf( esc_html__( 'Welcome to %s', 'podcast' ), esc_html( $theme_data->Name ) ); echo '

'; echo '

'; /* translators: %1$s: theme name, %2$s link */ printf( __( 'Thank you for choosing %1$s! To fully take advantage of the best our theme can offer please make sure you visit our Welcome page', 'podcast' ), esc_html( $theme_data->Name ), esc_url( admin_url( 'themes.php?page=podcast-doc' ) ) ); echo '

'; echo '

'; /* translators: %s theme name */ printf( esc_html__( 'Get started with %s', 'podcast' ), esc_html( $theme_data->Name ) ); echo '

'; echo '
'; }