• this plugin adds a very huge of temp data inside your WP Data base (wp_options table) however the records has aoutoload=”no” but Im pretty Sure this datas is very Unnecessary!
    please consider this comment before any installation of this plugin!!!

Viewing 1 replies (of 1 total)
  • Plugin Author Rafin

    (@rafinkhan)

    Hi @terrorblazereal,

    First of all, we are sorry to hear about the experience that you had with Essential Addons for Elementor. Even though this really shouldn’t be happening, however, you could run this following SQL Command to get rid of unnecessary data from wp_options table:

    delete options_tb from wp_options as options_tb inner join (SELECT option_id FROM wp_options WHERE ((option_name like '%\_eael_elements' and LENGTH(option_name) = 23 and option_value = 'a:0:{}' ) or (option_name like '%\_eael_custom_js' and LENGTH(option_name) = 24 and (option_value IS NULL or option_value = ''))) ) AS options_tb2 ON options_tb2.option_id = options_tb.option_id

    Besides, we are already investigating this very deeply from our end to make sure that this doesn’t happen to any website.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Terrorblaze’ is closed to new replies.