File "html-notice-install.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/sportspress/includes/admin/views/html-notice-install.php
File size: 828 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
?>
<div id="message" class="updated sportspress-message">
	<p><strong><?php esc_attr_e( 'Welcome to SportsPress', 'sportspress' ); ?></strong> &#8211; <?php esc_attr_e( "Let's get started with some basic settings.", 'sportspress' ); ?></p>
	<p class="submit">
		<a class="button-primary" href="
		<?php
		echo esc_url(
			admin_url(
				add_query_arg(
					array(
						'page'                => 'sp-setup',
						'install_sportspress' => 'true',
					),
					'admin.php'
				)
			)
		);
		?>
		"><?php esc_attr_e( 'Run the Setup Wizard', 'sportspress' ); ?></a>
		<a class="button-secondary" href="<?php echo esc_url( add_query_arg( 'skip_install_sportspress', 'true' ) ); ?>"><?php esc_attr_e( 'Hide this notice', 'sportspress' ); ?></a>
	</p>
</div>