PluginProbe
MaxButtons – Create buttons / 7.1.2
MaxButtons – Create buttons v7.1.2
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / includes / maxbuttons-welcome.php

maxbuttons-welcome.php in MaxButtons – Create buttons 7.1.2, at includes/maxbuttons-welcome.php

18 lines 743 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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