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.

Top ↑

Source

File: wp-includes/class-wp-xmlrpc-server.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

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