xmlrpc_prepare_comment, $_comment, $comment

xmlrpc_prepare_comment, $_comment, $comment

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('xmlrpc_prepare_comment, $_comment, $comment') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 1232
    		 *
    		 * @param array      $_comment An array of prepared comment data.
    		 * @param WP_Comment $comment  Comment object.
    		 */
    		return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment );
    	}
    
    	/**
    	 * Prepares user data for return in an XML-RPC object.
    	 *
    	 * @param WP_User $user   The unprepared user object.