Changeset 3085402
- Timestamp:
- 05/13/2024 05:24:13 AM (23 months ago)
- Location:
- xtoool-ads-box/trunk
- Files:
-
- 2 edited
-
lib/AdsbxAdmin.php (modified) (1 diff)
-
xtoool-ads-box.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xtoool-ads-box/trunk/lib/AdsbxAdmin.php
r3084896 r3085402 268 268 $id = intval(sanitize_text_field($_POST['id'])); 269 269 $name = sanitize_text_field($_POST['name']); 270 $content = html_entity_decode( $_POST['content']);270 $content = html_entity_decode(stripslashes($_POST['content'])); 271 271 272 272 $code2 = uniqid(); -
xtoool-ads-box/trunk/xtoool-ads-box.php
r3084914 r3085402 4 4 Plugin URI: https://www.xtoool.com/wordpress/ 5 5 Description: Xtoool Ads Box helps you create High-converting product bars to engage customers and grow sales. 6 Version: 1.0. 96 Version: 1.0.10 7 7 Author: xtoool.com 8 8 Author URI: https://www.xtoool.com … … 40 40 private static $instance = null; 41 41 public $db; 42 const XTPLB_VERSION = '1.0. 9';42 const XTPLB_VERSION = '1.0.10'; 43 43 public $AdsbxAdmin_obj = null; 44 44
Note: See TracChangeset
for help on using the changeset viewer.