WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about thread_comments_depth_max

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/options-discussion.php apply_filters 107 /**
* Filters the maximum depth of threaded/nested comments.
*
* @since 2.7.0
*
* @param int $max_depth The maximum depth of threaded comments. Default 10.
*/

Hook Parameters

Parameter Type Name Description
int $max_depth The maximum depth of threaded comments. Default 10.