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



comments_open › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'comments_open', $comments_open, $post_id )
Parameter: (2)
  • (bool) $comments_open Whether the current post is open for comments.
    Erforderlich: Ja
  • (int) $post_id The post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the current post is open for comments.





Quellcode

return apply_filters( 'comments_open', $comments_open, $post_id );