post_type_archive_title

過濾鉤子
apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type )

post_type_archive_title: 這是WordPress的一個過濾鉤子,允許你在文章型別存檔顯示在頁面上之前修改它的標題。這個鉤子在文章型別存檔的標題顯示之前被觸發,允許你修改或替換預設的標題。

過濾文章型別的檔案標題。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$title = apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type );
$title = apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type );
$title = apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type );

常見問題

FAQs
檢視更多 >