update_plugins_{$hostname}

update_plugins_{$hostname}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

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