WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_after_insert_post

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php do_action 5438 /**
* Fires once a post, its terms and meta data has been saved.
*
* @since 5.6.0
*
* @param int $post_id Post ID.
* @param WP_Post $post Post object.
* @param bool $update Whether this is an existing post being updated.
* @param null|WP_Post $post_before Null for new posts, the WP_Post object prior
* to the update for updated posts.
*/

Hook Parameters

Parameter Type Name Description
int $post_id Post ID.
WP_Post $post Post object.
bool $update Whether this is an existing post being updated.
null|WP_Post $post_before Null for new posts, the WP_Post object prior