RegEx rewrite not saving
-
I want to strip wp-o-matic generated posts out of a,script and div tags.
I’m using following codes on different sites for it:<[A|a][^>]*>|</[A|a]>
<[SCRIPT|script][^>]*>|</[SCRIPT|script]>
<[DIV|div][^>]*>|</[DIV|div]>
When i add those rules to wp-o-matic “rewrite” tab, i get “Campaign edited successfully.” message, but when i open that tab again, no changes were saved, and no rules are present.
Is it a bug or I am doing something wrong (I’ve tried this regex on online verifier and it matches text i want to cut properly there, it also works on other plugins i’m using)?
- The topic ‘RegEx rewrite not saving’ is closed to new replies.