#9287 closed task (blessed) (invalid)
Need API function to verify authorization/intention of post/page saves for plugin use.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.8 |
| Component: | Plugins | Keywords: | |
| Focuses: | Cc: |
Description
We should have an API function to do this:
Something like post_was_saved_from_admin(). Lot of redundant code to do that in every plugin.
Change History (2)
Note: See
TracTickets for help on using
tickets.
ues save_post, rather than edit_post. edit_post means just that: post was edited... it gets fired when a comment is added or removed, among other things.