-
Thank you for your warm words, dear @Chris Andre Buys ! Wish you all the best in coming 2026 too! About your request: well, it will require the custom work which will include:
1) Add the option to the `sys_options` table for the posts pruning;
2) Add the record to the `sys_cron_jobs` table with the name like 'bx_posts_pruning' to call there proper class one time per 24 hrs.
3) The class BxPostsCronPrunning itself.
The common way to reproduce steps and create own pruning file can be impressed by the Ads app example as it has such feature.