' . esc_html__( 'If you\'ve purchased a premium add-on, you\'ll need to enter your license key here in order to have access to automatic updates when new versions are available.', 'tribe-common' ) . '

'; $html .= '

' . sprintf( esc_html__( 'In order to register a plugin license, you\'ll first need to %1$sdownload and install%2$s the plugin you purchased. You can download the latest version of your plugin(s) from %3$syour account\'s downloads page%4$s. Once the plugin is installed and activated on this site, the license key field will appear below.', 'tribe-common' ), '', '', '', '' ) . '

'; $html .= '

' . esc_html__( 'Each paid add-on has its own unique license key. Paste the key into its appropriate field below, and give it a moment to validate. You know you\'re set when a green expiration date appears alongside a "valid" message. Then click Save Changes.', 'tribe-common' ) . '

'; $html .= '

' . esc_html__( 'Helpful Links:', 'tribe-common' ) . '

'; $html .= ''; $licenses_tab = [ 'info-start' => [ 'type' => 'html', 'html' => '
', ], 'info-box-title' => [ 'type' => 'html', 'html' => '

' . esc_html__( 'Licenses', 'tribe-common' ) . '

', ], 'info-box-description' => [ 'type' => 'html', 'html' => $html, ], 'info-end' => [ 'type' => 'html', 'html' => '
', ], ];