xmlrpc_call_success_blogger_newPost WordPress Action Hook
This hook is fired when a new post is successfully published via XML-RPC.
do_action( 'xmlrpc_call_success_blogger_newPost', int $post_ID , array $args ) #
Fires after a new post has been successfully created via the XML-RPC Blogger API.
Parameters
- $post_ID
(int)ID of the new post.
- $args
(array)An array of new post arguments.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |