# learnpress/4.1.7.2/inc/admin/views/setup/notice-setup.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.1.7.2. 8 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.1.7.2/code/inc/admin/views/setup/notice-setup.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.7.2/raw/inc/admin/views/setup/notice-setup.php
- Modified: 2022-09-23T02:52:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.1.7.2/code/inc/admin/views/setup/notice-setup.php#L10-L20`.

```php
<div id="notice-install" class="lp-notice notice notice-info">
	<p><?php _e( '<strong>LearnPress LMS is ready to use.</strong>', 'learnpress' ); ?></p>
	<p>
		<a class="button button-primary" href="<?php echo admin_url( 'index.php?page=lp-setup' ); ?>"><?php _e( 'Quick Setup', 'learnpress' ); ?></a>
		<button class="button" data-dismiss-notice="skip-setup-wizard"><?php _e( 'Skip', 'learnpress' ); ?></button>
	</p>
</div>

```
