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



allow_empty_comment › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'allow_empty_comment', false, $commentdata )
Parameter: (2)
  • (bool) $allow_empty_comment Whether to allow empty comments. Default false.
    Erforderlich: Ja
  • (array) $commentdata Array of comment data to be sent to wp_insert_comment().
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether an empty comment should be allowed.





Quellcode

$allow_empty_comment = apply_filters( 'allow_empty_comment', false, $commentdata );