philipnewcomer / um-taxonomy-multicheck
Taxonomy Multicheck form field for Ultimate Member
0.1.0
2017-06-19 21:29 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-03-21 21:08:15 UTC
README
Field for Ultimate Member which associates a user profile with taxonomy terms. Supports hierarchical taxonomies.
Quick Start:
- Install
philipnewcomer/um-taxonomy-multicheck
using Composer. - Go to an Ultimate Member form edit screen and add a new field of the "taxonomy multicheck" type.
Notes
- Your taxonomy must already be registered elsewhere in your codebase.
- Terms will be saved to the user profile as an array of selected term IDs, in the meta key specified in the field settings.