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



edit_post › WordPress Action Hooks

Since1.2.0
Deprecatedn/a
do_action( 'edit_post', $post_id, $post )
Parameters: (2)
  • () post_id Post ID.
    Required: Yes
  • () post Post object.
    Required: Yes
Defined at:
Codex:

Fires once an existing post has been updated.





Source

do_action( 'edit_post', $post_id, $post );