UsersAdd New
File | Author | Date | |
---|---|---|---|
![]() people-1.jpg | ACF Extended | 18/10/2021 | |
![]() people-2.jpg | ACF Extended | 18/10/2021 | |
![]() people-3.jpg | ACF Extended | 18/10/2021 | |
![]() mountain-1.jpg | ACF Extended | 18/10/2021 | |
File | Author | Date |
Field Group
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.
Create a set of rules to determine edit screens
and |
File | Author | Date | |
---|---|---|---|
![]() people-1.jpg | ACF Extended | 18/10/2021 | |
![]() people-2.jpg | ACF Extended | 18/10/2021 | |
![]() people-3.jpg | ACF Extended | 18/10/2021 | |
![]() mountain-1.jpg | ACF Extended | 18/10/2021 | |
File | Author | Date |
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');