3 | | I worked around it by defining my own tokens for `(` and `)`, and then replaced those in "post_rewrite_rules" |
4 | | |
5 | | The only way I could work around it right now is to define my own placeholders for '(' and ')' and replace those in a `post_rewrite_rules` filter. (Note: I couldn't use non-capturing groups because those throw off the queryvar matching, it puts the next tag in my non-capturing tags query var). |
| 3 | The only way I could work around it right now is to define my own placeholders for `(` and `)` and replace those in a `post_rewrite_rules` filter. (Note: I couldn't use non-capturing groups because those throw off the queryvar matching, it puts the next tag in my non-capturing tags query var). |