update_themes_{$hostname}
update_themes_{$hostname}
Appears in: wordpress-6.1
Hook Type: filter
Displaying hooks found in version: wordpress-6.1apply_filters('update_themes_{$hostname}') is found 1 times:
- /wp-includes/update.php line 793789790791792793794795796797798799
* @param
array
$theme_data
Theme headers.
* @param string
$theme_stylesheet
Theme stylesheet.
* @param string[]
$locales
Installed locales to look up translations
for
.
*/
$update
= apply_filters(
"update_themes_{$hostname}"
, false,
$theme_data
,
$theme_stylesheet
,
$locales
);
if
( !
$update
) {
continue
;
}
$update
= (object)
$update
;