update_themes_{$hostname}

update_themes_{$hostname}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-includes/update.php line 794
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    * @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;