update_themes_{$hostname}

update_themes_{$hostname}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('update_themes_{$hostname}') is found 1 times:

  • /wp-includes/update.php line 795
    		 * @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;