thread_comments_depth_max

过滤钩子
apply_filters( 'thread_comments_depth_max', 10 )

thread_comments_depth_max – 这是一个WordPress过滤器,允许你控制你的WordPress网站上线程评论的最大深度。线程评论是嵌套在其他评论之下的评论,形成一个”对话”式的讨论。thread_comments_depth_max过滤器可以用来改变线程评论的默认最大深度,也可以用来完全禁止网站上的线程评论。

过滤threaded/nested评论的最大深度。

$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );

常见问题

FAQs
查看更多 >