WordPress.org

Make WordPress Core

Opened 12 months ago

Closed 12 months ago

Last modified 12 months ago

#21192 closed defect (bug) (invalid)

Action save_post missing after XML-RPC creates / updates post / page

Reported by: frankpw 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: markoheijnen12 months ago

All methods use wp_insert_post/wp_update_post and from there the action will be called.

comment:2 in reply to: ↑ 1 frankpw12 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.

comment:3 helenyhou12 months ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.