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

(GC_Theme)
The GC_Theme object.

$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.

源文件

文件: gc-admin/includes/update.php

View on Trac