Fires immediately before a new post is inserted in the database.
Parameters
$dataarray- Array of unslashed post data.
Source
do_action( 'pre_post_insert', $data );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
Fires immediately before a new post is inserted in the database.
$dataarraydo_action( 'pre_post_insert', $data );
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.