﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17109	Add post-success action hooks to edit/create/delete calls.	ericmann	westi	"It was suggested in #14283 that we add `call_success` hooks for post creation using the Blogger API.  The ticket was later expanded to add hooks for all relevant post/page methods.

We should extend this workflow concept and add hooks to all edit/create/delete calls for different data types (comments, media, etc) to make the XML-RPC system more pluggable.

These hooks should use the following format:
{{{
do_action( 'xmlrpc_call_success_{method name}', {object id}, $args );
}}}

These hooks should be called before returning data to the client, but should not be called before any processing is done or before error messages are created."	enhancement	closed	normal	3.4	XML-RPC	3.4	normal	fixed	has-patch needs-testing commit	ercoli@… marko@…
