Changeset 3398861
- Timestamp:
- 11/19/2025 11:07:05 AM (4 months ago)
- Location:
- agreeme-checkboxes-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.1.3/inc/classes/agrwc-frontend.php (modified) (1 diff)
-
trunk/inc/classes/agrwc-frontend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
agreeme-checkboxes-for-woocommerce/tags/1.1.3/inc/classes/agrwc-frontend.php
r3203935 r3398861 94 94 } 95 95 public function agrwc_post() { 96 if (isset($_POST['action']) == 'agrwc_post' ) {96 if (isset($_POST['action']) == 'agrwc_post' && check_ajax_referer( 'update-order-review', 'security' )) { 97 97 98 98 $cbxs = AGRWC_CBX::get_cbxs(); -
agreeme-checkboxes-for-woocommerce/trunk/inc/classes/agrwc-frontend.php
r3203935 r3398861 94 94 } 95 95 public function agrwc_post() { 96 if (isset($_POST['action']) == 'agrwc_post' ) {96 if (isset($_POST['action']) == 'agrwc_post' && check_ajax_referer( 'update-order-review', 'security' )) { 97 97 98 98 $cbxs = AGRWC_CBX::get_cbxs();
Note: See TracChangeset
for help on using the changeset viewer.