update_plugins_{$hostname}

update_plugins_{$hostname}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-includes/update.php line 514
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    * @param array       $plugin_data      Plugin headers.
     * @param string      $plugin_file      Plugin filename.
     * @param string[]    $locales          Installed locales to look up translations for.
     */
    $update = apply_filters( "update_plugins_{$hostname}", false, $plugin_data, $plugin_file, $locales );
     
    if ( ! $update ) {
        continue;
    }
     
    $update = (object) $update;