Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: xmlrpc_call_success_mw_newPost

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
4616
4617           /**
4618            * Fires after a new post has been successfully created via the XML-RPC MovableType API.
4619            *
4620            * @since 3.4.0
4621            *
4622            * @param int   $post_ID ID of the new post.
4623            * @param array $args    An array of arguments to create the new post.
4624            */
4625           do_action( 'xmlrpc_call_success_mw_newPost', $post_ID, $args );
4626
4627           return strval($post_ID);
4628      }
4629
4630      /**
4631       * @param integer $post_ID
4632       * @param array   $enclosure
4633       */
4634      public function add_enclosure_if_new( $post_ID, $enclosure ) {