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.
Create a set of rules to determine edit screens
and |
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');