Filters the maximum depth of threaded/nested comments.
Parameters
$max_depth
int- The maximum depth of threaded comments. Default 10.
Source
$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.