do_action( ‘xmlrpc_call_success_blogger_newPost’, int $post_id, array $args )

In this article

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

Parameters

$post_idint
ID of the new post.
$argsarray
An array of new post arguments.

Source

do_action( 'xmlrpc_call_success_blogger_newPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.