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