Action hook 'xmlrpc_call_success_blogger_editPost'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 5245

Description

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

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 5245

Parameters

Type Name Description
int $post_id ID of the updated post.
array $args An array of arguments for the post to edit.

PHP Doc

/**
		 * Fires after a post has been successfully updated via the XML-RPC Blogger API.
		 *
		 * @since 3.4.0
		 *
		 * @param int   $post_id ID of the updated post.
		 * @param array $args    An array of arguments for the post to edit.
		 */