2019-08-15 at 3:37 AM UTC
what happens when you word enhancement one word to another word and then you word enhancement that word to the original word ???
2019-08-15 at 8:11 PM UTC
The enhancement is applied once at render-time, the actual DB row is never modified by the enhancements. So if have two filers X -> Y and Y -> X and a post contains X then you get Y, if it contains Y it gets X. There's no potential for it to loop or re-apply or anything like that.
2019-08-16 at 12:45 AM UTC
Would it break the website?