Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: xmlrpc_prepare_comment

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
1001
1002           /**
1003            * Filter XML-RPC-prepared data for the given comment.
1004            *
1005            * @since 3.4.0
1006            *
1007            * @param array  $_comment An array of prepared comment data.
1008            * @param object $comment  Comment object.
1009            */
1010           return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment );
1011      }
1012
1013      /**
1014       * Prepares user data for return in an XML-RPC object.
1015       *
1016       * @access protected
1017       *
1018       * @param WP_User $user The unprepared user object
1019       * @param array $fields The subset of user fields to return