Plugin Directory

Changeset 3085402


Ignore:
Timestamp:
05/13/2024 05:24:13 AM (23 months ago)
Author:
xtoool
Message:

fix bug

Location:
xtoool-ads-box/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xtoool-ads-box/trunk/lib/AdsbxAdmin.php

    r3084896 r3085402  
    268268        $id = intval(sanitize_text_field($_POST['id']));
    269269        $name = sanitize_text_field($_POST['name']);
    270         $content = html_entity_decode($_POST['content']);
     270        $content = html_entity_decode(stripslashes($_POST['content']));
    271271       
    272272        $code2 = uniqid();
  • xtoool-ads-box/trunk/xtoool-ads-box.php

    r3084914 r3085402  
    44Plugin URI: https://www.xtoool.com/wordpress/
    55Description: Xtoool Ads Box helps you create High-converting product bars to engage customers and grow sales.
    6 Version: 1.0.9
     6Version: 1.0.10
    77Author: xtoool.com
    88Author URI: https://www.xtoool.com
     
    4040    private static $instance = null;
    4141    public $db;
    42     const XTPLB_VERSION = '1.0.9';
     42    const XTPLB_VERSION = '1.0.10';
    4343    public $AdsbxAdmin_obj = null;
    4444
Note: See TracChangeset for help on using the changeset viewer.