Hi,
first, sorry for my english ... :)
My problem:
I want apply some filter and regex on item's feed when I use Lilina Item Updater (http or cron), like remove class=".*" on html tag, add custom param to htmlpurifier (...).
I found 2 "dirty" solutions:
1 - work in /inc/core/feed-functions.php > lilina_sanitize_item() ... fast, apply my filters just one time, but the problem is for future update of lilina, I always need modify this function ... Not cool ...
2 - work in template, put my filters in a function in inits.php but for every call showing the feeds = need to apply my filters ... Not cool ... I make a 'dirty' system cache, but for this, I work in /index.php, so same problem than solution 1...
I try to find a solution based on the plugin system, but without success...
I would like your feedback, suggestions to solve my little problem
Thanks for your time.
RemRem