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

File: wp-admin/options-discussion.php

View on GitHub


Changelog

Changelog
Version Description
2.7.0 Introduced.