in_theme_update_message-{$theme_key}

動作鉤子
do_action( "in_theme_update_message-{$theme_key}", $theme, $response )
引數
  • (WP_Theme) $theme The WP_Theme object.
    Required:
  • (array) $response { An array of metadata about the available theme update. @type string $new_version New theme version. @type string $url Theme URL. @type string $package Theme update package URL. }
    Required:
定義位置
相關勾子
term_updated_messagesin_plugin_update_message-fileauto_theme_update_send_emailpost_updated_messagesbulk_post_updated_messages
相關方法
_maybe_update_themeslist_theme_updateswp_get_auto_update_messagewp_theme_update_rowswp_theme_auto_update_setting_templateget_intermediate_image_sizes
引入
3.1.0
棄用
-

in_theme_update_message- {$theme_key} – 這個動作鉤子是在主題更新介面觸發的,它允許你在主題更新資訊中新增自定義資訊。鉤子名稱中的{$theme_key}引數代表了主題金鑰或識別符號。

在主題列表表的每一行中的更新訊息容器末尾觸發。

鉤子名稱的動態部分$theme_key引用了WordPress.org主題庫中的主題slug。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

常見問題

FAQs
檢視更多 >