xmlrpc_call_success_mw_newPost WordPress Action Hook
The xmlrpc_call_success_mw_newPost hook is called when a new post is successfully created via the WordPress XML-RPC interface. This hook can be used to perform any necessary actions after a new post has been created, such as notifying other systems or sending an email to the author.
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
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |