Tagged Questions
1
vote
1answer
446 views
Saving Custom Field in Attachment Window in WordPress 3.5
I'm using the code below to add a custom text field in WP 3.5 Attachment Window (from this question # Expanding new Media Uploader in WordPress 3.5) ...
add_filter( 'attachment_fields_to_edit', ...
3
votes
1answer
174 views
Looking for a hook to add attachment information to the media library tab
I would like to be able to determine if an image has been attached to a post by looking at the collapsed viewmedia library tab. Is there's a hook I can use to add that data to this view of the Media ...