• Resolved kdmcclel

    (@kdmcclel)


    It looks like it should be updating ig_es_admin_notices and not ig_admin_notices in lite/includes/notices/class-es-admin-notices.php

    
    /**
    * Store notices to DB
    */
    public static function store_notices() {
    	update_option( 'ig_admin_notices', self::get_notices() );
    }
    

    should be:

    
    /**
    * Store notices to DB
    */
    public static function store_notices() {
    	update_option( 'ig_es_admin_notices', self::get_notices() );
    }
    
    • This topic was modified 4 years, 9 months ago by kdmcclel.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor kishanranawat

    (@kishanranawat)

    Hi there,

    We are really sorry for the delayed response from our side.

    Thanks for your suggestion regarding the changes. We are looking into it. We will get back to you on this with an update as soon as possible.

    Plugin Contributor kishanranawat

    (@kishanranawat)

    Hi @kdmcclel,

    We would like to inform you that we have incorporated the changes suggested by you in the version 4.4.8.

    Please update to the latest version and let us know how it goes for you.

    Let us know if you have any queries.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘update_option database spam ‘ig_admin_notices’’ is closed to new replies.