bordoni / fakerpress

A WordPress plugin that implements an easy way to create fake data inside WordPress.
http://fakerpress.com
Other
338 stars 54 forks source link

Cache taxonomy terms #108

Closed jmcbee closed 7 years ago

jmcbee commented 7 years ago

When selecting terms under Taxonomy Field Rules, the terms are always AJAX-queried everytime you click on the terms field. Would also be nice to easily add all of the terms available.

bordoni commented 7 years ago

Currently, if you leave all it Empty it will use any terms from that Taxonomy. Unfortunately, we cannot implement cache with the Current version of Select2, which might change in the future. But for now, we are stuck with this lack of caching.