Changeset 1454966
- Timestamp:
- 07/14/2016 08:54:42 PM (10 years ago)
- Location:
- woo-shortcode-popup/trunk/woo-shortcode-popup
- Files:
-
- 1 added
- 3 edited
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-4.png (added)
-
inc/menus.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-shortcode-popup/trunk/woo-shortcode-popup/inc/menus.php
r1454926 r1454966 19 19 20 20 <form method="post" action="admin-post.php"> 21 <input type="hidden" name="action" value="wsp_save_option" /> 22 23 <?php wp_nonce_field( 'wsp_verify' ); ?> 24 25 Button Text: <input type="text" name="wsp_button_name" value="<?php echo esc_html( $options['wsp_button_name'] ); ?>"/> 26 <br /> 27 Shortcode: <input type="text" name="wsp_shortcode" value="<?php echo esc_html( $options['wsp_shortcode'] ); ?>"/> 28 <br /> 29 <input type="submit" value="Submit" class="button-primary"/> 21 <?php wp_nonce_field( 'wsp_verify' ); ?> 22 <input type="hidden" name="action" value="wsp_save_option" /> 23 <table class="form-table"> 24 <tbody> 25 <tr><th scope="row"> 26 Button Text:</th> 27 <td><input type="text" name="wsp_button_name" value="<?php echo esc_html( $options['wsp_button_name'] ); ?>"/></td> 28 <tr><th scope="row"> 29 Shortcode: </th> 30 <td><input type="text" name="wsp_shortcode" value="<?php echo esc_html( $options['wsp_shortcode'] ); ?>"/></td> 31 <tr><th scope="row"></th> 32 <td><input type="submit" value="Submit" class="button-primary"/></td> 33 </tbody> 34 </table> 30 35 </form> 36 31 37 </div> 32 38 <?php -
woo-shortcode-popup/trunk/woo-shortcode-popup/readme.txt
r1454955 r1454966 37 37 2. Shop page with a different button text. 38 38 3. The popup, this is from contact form 7 shortcode 39 4. Admin settings page 39 40 40 41
Note: See TracChangeset
for help on using the changeset viewer.