wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



in_theme_update_message-{$theme_key} › WordPress Action Hooks

Da3.1.0
Deprecaton/a
do_action( "in_theme_update_message-{$theme_key}", $theme, $response )
Parametri: (2)
  • (WP_Theme) $theme The WP_Theme object.
    Richiesto:
  • (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. }
    Richiesto:
Definito a:
Codex:

Fires at the end of the update message container in each row of the themes list table.

The dynamic portion of the hook name, $theme_key, refers to the theme slug as found in the WordPress.org themes repository.





Sorgenti

do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores