Move admin functions
This commit is contained in:
10
includes/admin/views/html-notice-install.php
Normal file
10
includes/admin/views/html-notice-install.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
?>
|
||||
<div id="message" class="updated sportspress-message">
|
||||
<p><?php _e( '<strong>Welcome to SportsPress</strong> – Get Started', 'sportspress' ); ?></p>
|
||||
<p class="submit">
|
||||
<a class="button-primary" href="<?php echo admin_url('options-general.php?page=sportspress'); ?>"><?php _e( 'Go to SportsPress Settings', 'sportspress' ); ?></a>
|
||||
<a class="button-secondary" href="<?php echo add_query_arg('sportspress_installed', '1' ); ?>"><?php _e( 'Skip setup', 'sportspress' ); ?></a>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user