post_updated_messages

過濾鉤子
apply_filters( 'post_updated_messages', $messages )
引數
  • (array[]) $messages Post updated messages. For defaults see `$messages` declarations above.
    Required:
定義位置
相關勾子
bulk_post_updated_messagesterm_updated_messagescomment_duplicate_messagepost_date_column_statuswp_update_site
相關方法
wp_get_auto_update_messagewp_update_themeswp_update_siteupdate_metawp_update_userupdate_right_now_message
引入
3.0.0
棄用
-

post_updated_messages: 這是WordPress的一個過濾鉤,允許你修改文章更新後顯示的資訊。該鉤子在文章更新後被觸發,允許你修改或替換預設的資訊。

過濾更新後的郵件。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$messages = apply_filters( 'post_updated_messages', $messages );
$messages = apply_filters( 'post_updated_messages', $messages );
$messages = apply_filters( 'post_updated_messages', $messages );

常見問題

FAQs
檢視更多 >