do_action( 'xmlrpc_call_success_blogger_editPost', int $post_id, array $args )

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


Parameters

$post_id

ID of the updated post.

$args

An array of arguments for the post to edit.


Source

File: wp-includes/class-wp-xmlrpc-server.php

View on GitHub



Changelog

Changelog
Version Description
3.4.0 Introduced.