• Resolved pako69

    (@pako69)


    Hi
    We use InfiniteWp to manage and update our WP Plugins but we also use LiteSpeedCache plugin (on a LiteSpeed hosting).
    We need to purge the cache after the silent plugin updates, so we would like know what hook you are using to update plugins?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author infinitewp

    (@infinitewp)

    Hi,

    You contacted us on our support portal regarding the same query, and we sent you the requested details to your email id. So I am marking this thread as resolved.
    Feel free to reopen if you need any information or assistance further.

    Thread Starter pako69

    (@pako69)

    Thank you
    Maybe you should have also shared it here for others…?
    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    ^ Good point

    Plugin Author infinitewp

    (@infinitewp)

    Sure thing!

    Please find the requested information below.

    Actions
    ——–
    _core_updated_successfully —> It will call after “WordPress core updates via wp-admin or wp-cron” completed. It is available from WordPress 3.3.
    upgrader_process_complete —> It is available from WordPress 3.7. It is for plugins upgrade, themes upgrade, plugins install and themes install.
    automatic_updates_complete —> It is available since WordPress 3.8. It is for automatic translation updates.

    Filters
    ——
    update_theme_complete_actions —> It is available from WordPress 2.7 to 3.6.
    update_bulk_theme_complete_actions —> It is available from WordPress 2.7 to 3.6.
    async_update_translation –> why we added this hook? Because, whenever we tried to update the core, plugins, and themes, translation updates automatically trigger. To prevent it, we added this line. It is available since WordPress 4.0.

    update_translations_complete_actions —>It is available since wordpress 3.7.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What hook is used to update the plugins?’ is closed to new replies.