Changeset 2747708
- Timestamp:
- 06/24/2022 04:43:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
shinystat-analytics/trunk/public/class-shinystat-analytics-public.php
r2747697 r2747708 212 212 global $_POST; 213 213 214 if ( isset($_POST["add-to-cart"]) && is _numeric($_POST["quantity"]) )214 if ( isset($_POST["add-to-cart"]) && isset($_POST["quantity"]) && is_numeric($_POST["quantity"]) ) 215 215 return True; 216 216
Note: See TracChangeset
for help on using the changeset viewer.