Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: xmlrpc_call_success_blogger_editPost

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
5145
5146           /**
5147            * Fires after a post has been successfully updated via the XML-RPC Blogger API.
5148            *
5149            * @since 3.4.0
5150            *
5151            * @param int   $post_ID ID of the updated post.
5152            * @param array $args    An array of arguments for the post to edit.
5153            */
5154           do_action( 'xmlrpc_call_success_blogger_editPost', $post_ID, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
5155
5156           return true;
5157      }
5158
5159      /**
5160       * Remove a post.
5161       *
5162       * @since 1.5.0
5163       *