Display a Taxonomy selector as radio, checkbox or select field type.
Setting name | Description |
Filter which taxonomy can be chosen | |
Appearance | Select the appearance of this field |
Return Value | Return the taxonomy name or object |
Allow empty value | |
Layout | Choose the layout |
Toggle | Allow to toggle all values |
Allow Custom | Allow custom value |
Select multiple values | Allow multiple values selection |
Stylised UI | Enable Select2 UI style |
Value can then be retrieved using the common get_field()
function. Usage example:
$taxonomy = get_field('taxonomy');
// taxonomy