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



get_default_comment_status › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'get_default_comment_status', $status, $post_type, $comment_type )
Parameter: (3)
  • (string) $status Default status for the given post type, either 'open' or 'closed'.
    Erforderlich: Ja
  • (string) $post_type Post type. Default is `post`.
    Erforderlich: Ja
  • (string) $comment_type Type of comment. Default is `comment`.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the default comment status for the given post type.





Quellcode

return apply_filters( 'get_default_comment_status', $status, $post_type, $comment_type );