Description
Filters the maximum depth of threaded/nested comments.
Occurrences
Filename | Line Number |
---|---|
wp-admin/options-discussion.php | 118 |
Parameters
Type | Name | Description |
---|---|---|
int | $max_depth | The maximum depth of threaded comments. Default 10. |
PHP Doc
/**
* Filters the maximum depth of threaded/nested comments.
*
* @since 2.7.0
*
* @param int $max_depth The maximum depth of threaded comments. Default 10.
*/