Attachment List

ACF Extended adds a new location on the admin Attachment 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
FileAuthorDate
People 1
people-1.jpg
ACF Extended18/10/2021
People 2
people-2.jpg
ACF Extended18/10/2021
People 3
people-3.jpg
ACF Extended18/10/2021
Mountain 1
mountain-1.jpg
ACF Extended18/10/2021
FileAuthorDate
Field Group

Fields Values

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

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

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