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



pre_comment_approved › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'pre_comment_approved', $approved, $commentdata )
Parameter: (2)
  • (int|string|WP_Error) $approved The approval status. Accepts 1, 0, 'spam', 'trash', or WP_Error.
    Erforderlich: Ja
  • (array) $commentdata Comment data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters a comment's approval status before it is set.





Quellcode

return apply_filters( 'pre_comment_approved', $approved, $commentdata );