the_excerpt_embed

過濾鉤子
apply_filters( 'the_excerpt_embed', $output )
引數
  • (string) $output The current post excerpt.
    Required:
定義位置
相關勾子
the_excerptthe_excerpt_rssthe_excerpt_exportget_the_excerptthe_content_feed
相關方法
the_excerpt_embedthe_excerptthe_excerpt_rssget_the_excerptthe_content_feedhas_excerpt
引入
4.4.0
棄用
-

the_excerpt_embed是一個WordPress過濾鉤,它允許開發人員修改摘錄內容以用於WordPress嵌入功能。WordPress嵌入功能使使用者能夠將你的網站的內容嵌入到另一個網站,如一個文章或一個頁面。

過濾嵌入模板的文章摘要。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
echo apply_filters( 'the_excerpt_embed', $output );
echo apply_filters( 'the_excerpt_embed', $output );
echo apply_filters( 'the_excerpt_embed', $output );

常見問題

FAQs
檢視更多 >