sprintf( '

%s

', __( 'LearnPress Add-ons', 'learnpress' ) ), 'note-theme' => sprintf( '

%s

', __( '* If you use a Premium Theme that includes LearnPress add-ons, you can go to the Plugins tab on Dashboard of theme to download or update them.', 'learnpress' ) ), 'note-addon' => sprintf( '

%s

', sprintf( __( 'If you have purchased a premium add-on separately, you can enter your purchase code (%s) to download or update the add-ons here.', 'learnpress' ), sprintf( '%s', 'https://thimpress.com/my-account/', __( 'get from your account', 'learnpress' ) ) ) ), 'list' => sprintf( '
%s
', $html_loading ), ) ); echo Template::combine_components( $section ); } }