User List

ACF Extended adds a new location on the admin User List screen. Field groups can be displayed after the title, after the list or in the sidebar.

Location

Create a set of rules to determine edit screens

Show this field group if

and
ACF Extended
Howdy, ACF Extended
UsersAdd New
Field Group

Fields Values

Fields values are saved using a custom Post ID: user_options.

You can retrieve the value using the common get_field() function. Usage example:

// My Field
$textarea = get_field('my_field', 'user_options');