philipnewcomer / um-taxonomy-multicheck
Taxonomy Multicheck form field for Ultimate Member
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/philipnewcomer/um-taxonomy-multicheck
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-09-21 22:30:18 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.