close_comments_for_post_types

過濾鉤子
apply_filters( 'close_comments_for_post_types', array( 'post' )

close_comments_for_post_types: 這個函式允許你控制哪些文章型別允許評論,哪些不允許。預設情況下,所有的文章型別都支援評論,但你可以使用這個過濾器來關閉特定文章型別的評論。例如,你可以用這個過濾器來關閉頁面的評論,但對文章保持開放。

過濾要自動關閉評論的文章型別列表。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );
$post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );
$post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );

常見問題

FAQs
檢視更多 >