WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Plugin API/Action Reference/pre post update

Description

From post.php, line 2617

Called just before $wpdb->update(), only on updates (not creates).

Might be useful to edit the contents of $wpdb->posts before editing.

This page is marked as incomplete. You can help Codex by expanding it.