wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



xmlrpc_prepare_comment › WordPress Filter Hooks

Seit3.4.0
Veraltetn/v
apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment )
Parameter: (2)
  • () _comment An array of prepared comment data.
    Erforderlich: Ja
  • () comment Comment object.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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