ID; $theme_data = wp_get_theme(); if ( !get_user_meta( $current_user_id, esc_html( $theme_data->get( 'canary-led' ) ) . '_notice_ignore' ) ) { echo '
'; echo '

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

'; echo '

'; printf( __( 'Thank you for choosing %1$s! Explore beautiful templates and setup your site', 'canary-led' ), esc_html( $theme_data->Name ), esc_url( admin_url( 'themes.php?page=canary-led-about' ) ) ); printf( '', '?' . esc_html( $theme_data->get( 'canary-led' ) ) . '_notice_ignore=0' ); echo '

'; echo '

'; printf( esc_html__( 'Get started with %s', 'canary-led' ), esc_html( $theme_data->Name ) ); echo ' '; esc_html_e('Upgrade Led Pro','canary-led'); echo '

'; echo '
'; } }