wpseek.com
A WordPress-centric search engine for devs and theme authors



post_updated › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action( 'post_updated', $post_id, $post_after, $post_before )
Parameters: (3)
  • () post_id Post ID.
    Required: Yes
  • () post_after Post object following the update.
    Required: Yes
  • () post_before Post object before the update.
    Required: Yes
Defined at:
Codex:

Fires once an existing post has been updated.





Source

do_action( 'post_updated', $post_id, $post_after, $post_before );