Changeset 2469422
- Timestamp:
- 02/05/2021 10:43:06 AM (5 years ago)
- Location:
- miqid-woo/trunk
- Files:
-
- 3 edited
-
miqid-woo.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
src/Frontend/Conditional_Shipping.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
miqid-woo/trunk/miqid-woo.php
r2469416 r2469422 3 3 * Plugin Name: MIQID-Woo 4 4 * Description: MIQID-Woo extension for WooCommerce. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.2 -
miqid-woo/trunk/readme.md
r2469416 r2469422 4 4 Tested up to: 5.5.3 5 5 Requires PHP: 7.2 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPL v3 or Later 8 8 -
miqid-woo/trunk/src/Frontend/Conditional_Shipping.php
r2469416 r2469422 97 97 $html[] = '<div style="display: flex">'; 98 98 $html[] = sprintf( '<input type="email" name="miqid_woo_club_signup" placeholder="%s" value="%s" />', __( 'Skriv din email her' ), esc_attr( $user->user_email ) ); 99 $html[] = sprintf( '<button type="button" style="white-space: nowrap">%s</button>', __( 'Signup' ) );99 $html[] = sprintf( '<button type="button" class="button alt" style="white-space: nowrap">%s</button>', __( 'Signup' ) ); 100 100 $html[] = '</div>'; 101 101 $html[] = '</div>';
Note: See TracChangeset
for help on using the changeset viewer.