apply_filters( 'wp_insert_post_data', array $data , array $postarr )
Filters slashed post data just before it is inserted into the database.
Description Description
Parameters Parameters
- $data
-
(array) An array of slashed post data.
- $postarr
-
(array) An array of sanitized, but otherwise unmodified post data.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |