wpseek.com
A WordPress-centric search engine for devs and theme authors



xmlrpc_prepare_comment › WordPress Filter Hooks

Since3.4.0
Deprecatedn/a
apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment )
Parameters: (2)
  • () _comment An array of prepared comment data.
    Required: Yes
  • () comment Comment object.
    Required: Yes
Defined at:
Codex:

Filters XML-RPC-prepared data for the given comment.





Source

return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment );