in_theme_update_message-{$theme_key}
最后更新于:2021-11-27 02:05:30
do_action( “in_theme_update_message-{$theme_key}”, GC_Theme $theme, array $response )
Fires at the end of the update message container in each row of the themes list table.
参数
- $theme
- $response
-
(array)
An array of metadata about the available theme update.-
‘new_version’
(string) New theme version. -
‘url’
(string) Theme URL. -
‘package’
(string) Theme update package URL.
-
‘new_version’
源文件
文件: gc-admin/includes/update.php