Changeset 3125904
- Timestamp:
- 07/26/2024 11:47:07 AM (20 months ago)
- Location:
- inazo-flamingo-automatically-delete-old-messages/tags/1.1
- Files:
-
- 2 edited
-
inazo-flamingo-automatically-delete-old-messages.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inazo-flamingo-automatically-delete-old-messages/tags/1.1/inazo-flamingo-automatically-delete-old-messages.php
r3125857 r3125904 180 180 WHERE post_type="flamingo_inbound" 181 181 AND ( TIMESTAMPDIFF(DAY, post_date, NOW()) ) >= %d 182 AND ( (pm.meta_key = "_submission_status" AND pm.meta_value ="spam") OR post_status="flamingo-spam" ) 182 AND ( (pm.meta_key = "_submission_status" AND pm.meta_value ="spam") OR post_status="flamingo-spam" ) 183 LIMIT 0, 10000 183 184 ', $nb_days_spam); 184 185 -
inazo-flamingo-automatically-delete-old-messages/tags/1.1/readme.txt
r3125857 r3125904 46 46 Feature: 47 47 * Add auto trash config for spam messages, 30 days by default, like other it's configurable 48 * Adding limit to 10 000 for spam deletion, for avoid denial of service 48 49 49 50 Coding:
Note: See TracChangeset
for help on using the changeset viewer.