do_action( 'xmlrpc_call_success_mw_newPost', int $post_ID, array $args )

Fires after a new post has been successfully created via the XML-RPC MovableType API.


Parameters

$post_ID

(int) ID of the new post.

$args

(array) An array of arguments to create the new post.


Source

File: wp-includes/class-wp-xmlrpc-server.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.