You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WordPress version 6.2.2
Fieldmanager version 1.5.0
After uploading an image using a Fieldmanager media field, custom attachment meta fields do not initially display.
Steps To Reproduce
Register custom attachment meta field(s) using apply_filters( 'attachment_fields_to_edit', array $form_fields, WP_Post $post )
Register a new Fieldmanager media field using Fieldmanager_Media() on posts
Upload new image to a post using this Fieldmanager media field
Note the missing meta field(s) in step 1 after upload
Click on a different media item in the Media Library, then click back on the newly uploaded image. The meta fields should now appear, but did not appear on the initial upload.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Hey @andybaughman1, thanks for reporting this and for your steps to reproduce! This may be an issue in WordPress core, have you searched through Trac and/or GitHub?
Hi @mboynes - I contacted WordPress VIP support about the issue and they asked that I submit a ticket with Fieldmanager. From what I found in my testing, this is only an issue with our media fields setup through Fieldmanager.
Description of the bug
WordPress version 6.2.2
Fieldmanager version 1.5.0
After uploading an image using a Fieldmanager media field, custom attachment meta fields do not initially display.
Steps To Reproduce
apply_filters( 'attachment_fields_to_edit', array $form_fields, WP_Post $post )
Fieldmanager_Media()
on postsAdditional Information
No response
The text was updated successfully, but these errors were encountered: