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



thread_comments_depth_max › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'thread_comments_depth_max', 10 )
Parameter:
  • (int) $max_depth The maximum depth of threaded comments. Default 10.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the maximum depth of threaded/nested comments.





Quellcode

$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );