WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_post_update

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php do_action 4433 /**
* Fires immediately before an existing post is updated in the database.
*
* @since 2.5.0
*
* @param int $post_ID Post ID.
* @param array $data Array of unslashed post data.
*/

Hook Parameters

Parameter Type Name Description
int $post_ID Post ID.
array $data Array of unslashed post data.