You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for documenting this Sam. After digging in, it's currently a limitation of the Taxonomy field in ACF. There may be a way to convert this field to a generic multiselect field and load the terms, but IDK if it's worth it. If there is a taxonomy with a lot of terms, ACF handles the lazy-load/search, which is really nice. I vote we leave as-is since it's not often used this way. It likely can be done with the mai_term_grid_query_args filter too.
This Mai Term Grid block is only pulling the first taxonomy.
It may be a limitation of the ACF field using `https://developer.wordpress.org/reference/functions/is_taxonomy_hierarchical/ and other functions that only allow one.
The text was updated successfully, but these errors were encountered: