thread_comments_depth_max

Advertisement

Summery Summery

Filters the maximum depth of threaded/nested comments.

Syntax Syntax

apply_filters( 'thread_comments_depth_max', int $max_depth )

Parameters Parameters

$max_depth

The maximum depth of threaded comments. Default 10.

Source Source

File: wp-admin/options-discussion.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply