#21192 closed defect (bug) (invalid)
Action save_post missing after XML-RPC creates / updates post / page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 3.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Contrary to Codex claim save_post action is not being executed on create/update post/page by xmlrpc. It makes impossible to automate further processing of the post/page after its creation or update.
Change History (3)
comment:1
follow-up:
↓ 2
markoheijnen
— 12 months ago
comment:2
in reply to:
↑ 1
frankpw
— 12 months ago
- Resolution set to invalid
- Status changed from new to closed
Replying to markoheijnen:
All methods use wp_insert_post/wp_update_post and from there the action will be called.
I apologize. You are right. I've missed it.
Note: See
TracTickets for help on using
tickets.
All methods use wp_insert_post/wp_update_post and from there the action will be called.