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



wp_update_comment_data › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_update_comment_data', $data, $comment, $commentarr )
Parameter: (3)
  • (array|WP_Error) $data The new, processed comment data, or WP_Error.
    Erforderlich: Ja
  • (array) $comment The old, unslashed comment data.
    Erforderlich: Ja
  • (array) $commentarr The new, raw comment data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment data immediately before it is updated in the database.

Note: data being passed to the filter is already unslashed.





Quellcode

$data = apply_filters( 'wp_update_comment_data', $data, $comment, $commentarr );