31. Jan 2024 |

Empty actionscheduler_logs quickly

Just these cli commands help you out.

wp db query "SELECT * FROM wp_actionscheduler_logs LIMIT 1"

wp db query "DELETE FROM wp_actionscheduler_logs"

wp db query "DELETE FROM wp_actionscheduler_actions WHERE status = 'complete'"– you can modify this as you want.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.