﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14283	Add a new action, fired when a post is added via XMLRPC	simonwheatley	westi	"Currently when you want to manipulate a new post which has been added over XMLRPC after the attachments have been added, there is no action to neatly hook. (Attachments are assigned to their parent via `$wpdb` queries, and no further actions or hooks appear to be triggered after the attachments have been added.) This patch suggests a new hook which fires at the end of the `mw_newPost` method.

Not sure about the name ""`xmlrpc_post_new_post`"" (post new post is meant to refer to ""after a new post"").

If this patch is acceptable perhaps it's worth adding similar actions to `mw_editPost`, 'mw_newPage`, and `mw_editPage`, etc."	enhancement	closed	normal	3.4	XML-RPC		normal	fixed	3.2-early has-patch commit	josephscott
