thread_comments_depth_max

thread_comments_depth_max

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('thread_comments_depth_max') is found 1 times:

  • /wp-admin/options-discussion.php line 118

    * @since 2.7.0
    *
    * @param int $max_depth The maximum depth of threaded comments. Default 10.
    */
    $maxdeep = (int) apply_filters( ‘thread_comments_depth_max’, 10 );

    $thread_comments_depth = ‘