xmlrpc_prepare_comment

xmlrpc_prepare_comment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('xmlrpc_prepare_comment') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 1216
    1212
    1213
    1214
    1215
    1216
    1217
    1218
    1219
    1220
    1221
    1222
         *
         * @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.