urlencode option in modifiers (please?)
-
I’ve been trying to do something where I’ve chained together a number of plugins, etc. Your plugin is awesome…but it’s hindering me from doing what I need to do. For now, I’ve found an incredibly sloppy workaround, but long term…a urlencode() modifier would be amazing.
In a nutshell, I’m passing some of your variables like
[slp_location name]
or[slp_location url]
to another URL as a query string, but because some of the location names have an&
in the name, my query string breaks.I thought, hey…use a PHP execution plugin, but when I use their PHP shortcode in your content area to customize results, their shortcode doesn’t get evaluated. Only yours did. So I’m kind of in a crappy position with this right now.
This is a relatively small feature request, and one that’s easily implemented into your current modifiers format. I just want a way to urlencode() some text. Simple as that.
- The topic ‘urlencode option in modifiers (please?)’ is closed to new replies.