I'm trying to get several values from a shortcode. I tried several things without success.
The shortcode looks like this:
[myshortcode metakey="<field_key:key1, title:Title 1><field_key:key2, title:Title 2><field_key:key3, title:Title 3> ]
How would I get the field_key values? So in this case key1, key2 and key3?
[myshortcode category="<cat:Dogs, title: My dogs><cat:Cats, title: My Cats>"]Then I would somehow know how to get the values out of the shortcode.