thread_comments_depth_max, 10

thread_comments_depth_max, 10

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('thread_comments_depth_max, 10') is found 1 times:

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

    * @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 = ‘