Filter hook 'thread_comments_depth_max'

in WP Core File wp-admin/options-discussion.php at line 118

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.
 */