| 1 |
|
| 2 |
|
| 3 |
<div class='maxbutton-welcome-container'> |
| 4 |
|
| 5 |
<h3><?php _e('Welcome to MaxButtons!','maxbuttons'); ?></h3> |
| 6 |
|
| 7 |
<p class='started'><?php printf(__('To get you started, %s Create your first button %s' ,'maxbuttons'), '<a href="' . admin_url() . 'admin.php?page=maxbuttons-controller&action=edit&firstbutton=true" class="button-primary">', '</a>'); ?></a></p> |
| 8 |
|
| 9 |
|
| 10 |
<p><?php _e('Some links that may be helpful:','maxbuttons') ?></p> |
| 11 |
<ul> |
| 12 |
<li><a href="https://maxbuttons.com/create-wordpress-button/#button" target="_blank"><?php _e('Creating buttons with MaxButtons','maxbuttons'); ?></li> |
| 13 |
<li><a href="https://wordpress.org/support/plugin/maxbuttons" target="_blank"><?php _e('Support Forums','maxbuttons'); ?></a></li> |
| 14 |
</ul> |
| 15 |
|
| 16 |
|
| 17 |
</div> |
| 18 |
|