apply_filters( 'thread_comments_depth_max', int $max_depth )
Filters the maximum depth of threaded/nested comments.
Parameters
- $max_depth
-
The maximum depth of threaded comments. Default 10.
Source
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |