if ( empty( $license_key ) ) {
$admin_notices->print_admin_notice( [
'title' => esc_html__( 'Welcome to Elementor Pro!', 'elementor-pro' ),
'description' => $this->get_activate_message(),
'button' => [
'text' => '<i class="dashicons dashicons-update" aria-hidden="true"></i>' . esc_html__( 'Connect & Activate', 'elementor-pro' ),
'url' => $this->get_connect_url( [
'utm_source' => 'wp-notification-banner',
'utm_medium' => 'wp-dash',
'utm_campaign' => 'connect-and-activate-license',
] ),
],
] );
return;
}