Changeset 3084399
- Timestamp:
- 05/10/2024 07:53:12 AM (2 years ago)
- Location:
- stan-checkout/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/classes/class-wc-stan-checkout-cart-api.php (modified) (1 diff)
-
wc-stan-checkout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stan-checkout/trunk/README.txt
r3084389 r3084399 4 4 Requires at least: 5.0.0 5 5 Tested up to: 6.5.2 6 Stable tag: 1.2. 36 Stable tag: 1.2.4 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
stan-checkout/trunk/includes/classes/class-wc-stan-checkout-cart-api.php
r3084375 r3084399 109 109 WC()->session->set( STAN_SESSION_USER_ID, get_current_user_id() ); 110 110 111 save_session( esc_html( sanitize_text_field( $_COOKIE[ STAN_SESSION_ID_COOKIE ] ) ) ); 111 if ( isset( $_COOKIE[ STAN_SESSION_ID_COOKIE ] ) ) { 112 save_session( esc_html( sanitize_text_field( $_COOKIE[ STAN_SESSION_ID_COOKIE ] ) ) ); 113 } 112 114 } 113 115 -
stan-checkout/trunk/wc-stan-checkout.php
r3084389 r3084399 19 19 * Plugin URI: https://compte.stan-app.fr 20 20 * Description: Vous perdez des utilisateurs lorsque vous demandez de s'inscrire, remplir les formulaires est la première raison qui mène les utilisateurs à quitter un site. Avec Stan Checkout vos utilisateurs s'inscrivent sans formulaire, sans contrainte. 21 * Version: 1.2. 321 * Version: 1.2.4 22 22 * Author: Brightweb 23 23 * Author URI: https://stan-business.fr
Note: See TracChangeset
for help on using the changeset viewer.