attachment_fields_to_save, $translated, $attachment_data
attachment_fields_to_save, $translated, $attachment_data
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('attachment_fields_to_save, $translated, $attachment_data') is found 1 times:
- /wp-admin/includes/post.php line 431
$attachment_data = $post_data['attachments'][ $post_id ] ?? array(); /** This filter is documented in wp-admin/includes/media.php */ $translated = apply_filters( 'attachment_fields_to_save', $translated, $attachment_data ); } // Convert taxonomy input to term IDs, to avoid ambiguity. if ( isset( $post_data['tax_input'] ) ) { foreach ( (array) $post_data['tax_input'] as $taxonomy => $terms ) { $tax_object = get_taxonomy( $taxonomy );