• Resolved aleksiralda

    (@aleksiralda)


    Should there be a button that would entirely reset
    plugin, any alternatives?

    Including:
    Global Rules
    Single pages
    Loads only a specific pages

    Thanks for this, a very Essential plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @aleksiralda, the only database traces of WP Asset CleanUp are in wp_options and wp_postmeta tables (assuming wp_ is your table prefix, it could be different for security reasons). There is no option yet from the Dashboard to reset everything.

    You can run the following queries via phpMyAdmin (or from the terminal) to have the settings as they right before you activated the plugin for the first time:

    DELETE FROM wp_options WHERE option_name LIKE 'wpassetcleanup_%';
    DELETE FROM wp_postmeta WHERE meta_key LIKE '_wpassetcleanup%';

    • This reply was modified 7 years, 3 months ago by Gabe Livan.
    • This reply was modified 7 years, 3 months ago by Gabe Livan.
    • This reply was modified 7 years, 3 months ago by Gabe Livan.
Viewing 1 replies (of 1 total)
  • The topic ‘How to reset wp asset cleanup to default?’ is closed to new replies.