the_excerpt

過濾鉤子
apply_filters( 'the_excerpt', $post->post_excerpt )

the_excerpt是一個模板標籤,顯示一個文章或頁面的簡短摘要。摘錄通常用在只需要內容的簡短摘要的地方,如搜尋結果、檔案頁,或作為完整內容的預覽。

這個過濾器在 wp-includes/post-template.php 中有記錄。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$excerpt = apply_filters( 'the_excerpt', $post->post_excerpt );
$excerpt = apply_filters( 'the_excerpt', $post->post_excerpt );
$excerpt = apply_filters( 'the_excerpt', $post->post_excerpt );

常見問題

FAQs
檢視更多 >