thread_comments_depth_max

過濾鉤子
apply_filters( 'thread_comments_depth_max', 10 )

thread_comments_depth_max – 這是一個WordPress過濾器,允許你控制你的WordPress網站上執行緒評論的最大深度。執行緒評論是巢狀在其他評論之下的評論,形成一個”對話”式的討論。thread_comments_depth_max過濾器可以用來改變執行緒評論的預設最大深度,也可以用來完全禁止網站上的執行緒評論。

過濾threaded/nested評論的最大深度。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );

常見問題

FAQs
檢視更多 >