W3cubDocs

/WordPress

apply_filters( 'wp_insert_attachment_data', array $data, array $postarr, array $unsanitized_postarr )

Filters attachment post data before it is updated in or added to the database.

Parameters

$data

(array) An array of slashed, sanitized, and processed attachment post data.

$postarr

(array) An array of slashed and sanitized attachment post data, but not processed.

$unsanitized_postarr

(array) An array of slashed yet *unsanitized* and unprocessed attachment post data as originally passed to wp_insert_post().

Source

File: wp-includes/post.php

View on Trac

Changelog

Version Description
5.4.1 $unsanitized_postarr argument added.
3.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_insert_attachment_data