PublishPress Future will retain “completed” log items for 30 days. However, if you want to shorten this time, you can use the following filter. This code below will change the retention time to one week. 604800 is the value for one week in seconds. If you want to delete the logs every three days, you can change it to 259200.
@russromei So you try to delete manually from the database? Then yes, you should adjust the table prefix. Our example is to use the default wp prefix. If you use another, then you should adjust the SQL command.
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Delete Future Actions Items’ is closed to new replies.