@elliot Awesome. Thanks!!
Also, I have to say that I love this plugin, it makes WordPress SO. MUCH. BETTER.
Thanks again for all your work!
The field[‘name’] didn’t work for me. I ended up with
[name] => fields[field_5266beccd0583][]
which wasn’t exactly what I was looking for.
I ended up doing a string position find (strpos) on the $field[‘id’] for the name and I came up with the answer.
I hope this helps!
I updated taxonomy.php from the github version after finding out that 4.2.2 doesn’t include the $args array & application of filters. Will this be released in the next update? I’m just curious to make sure that this still works after the next ( or future ) updates. Thanks!