Fires after a new post has been successfully created via the XML-RPC Blogger API.
$post_idint$argsarraywp-includes/class-wp-xmlrpc-server.php:5187wp_xmlrpc_server::blogger_newPost() * * @since 3.4.0 * * @param int $post_id ID of the new post. * @param array $args An array of new post arguments. */ do_action( 'xmlrpc_call_success_blogger_newPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase return $post_id; } /** * Edits a post.Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.