• Resolved babasteve

    (@stevema93)


    Hello,

    for several weeks I have had a menu that appeared in my WordPress dashboard: Scheduled actions.

    On this page, I find a table with several columns. Each line contains this “Hook”: wpforms_process_entry_emails_meta_cleanup

    What is really annoying is that I have a line that is made every day! I don’t know what it’s for, I just know that it pisses me off having to delete these lines over and over again.

    I want to make it clear that I don’t even know what a Hook is. I only want WPforms to send messages when asked. ^^
    After several searches, here and on the Internet, I went to wp-admin / options.php to delete certain parameters, and that didn’t change anything. I never installed WooCommerce either.
    Also, I use the latest version of WPforms Lite.

    1. What are the “Scheduled actions” for?
    2. How to stop creating these “Scheduled Actions” every day?

Viewing 1 replies (of 1 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @stevema93,

    Currently we put all the notification emails in a queue to be sent, and that means we stored encoded version of the whole email that we plan to send in our tasks_meta table.

    The wpforms_process_entry_emails_meta_cleanup action removes all the processed emails that have been sent out from the database on a daily basis, as they are outdated and no longer needed.

    As this is part of the email sending process, we don’t have the option to prevent these scheduled actions.

    Hope this helps to clarify ??

Viewing 1 replies (of 1 total)
  • The topic ‘“Scheduled actions” in dashboard’ is closed to new replies.