get_the_archive_description

過濾鉤子
apply_filters( 'get_the_archive_description', $description )

get_the_archive_description函式返回存檔頁的描述。檔案頁是一個顯示按日期、作者、類別等分組的文章列表的頁面。

過濾檔案描述。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
return apply_filters( 'get_the_archive_description', $description );
return apply_filters( 'get_the_archive_description', $description );
return apply_filters( 'get_the_archive_description', $description );

常見問題

FAQs
檢視更多 >