Beschrijving
Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.
WordPress Host Headers
Beschrijving
This simple plugin that adds a “Host-Header” HTTP header where you can define your webhost. Web partners that scan for compromised websites can notify hosts more effectively to cleanup sites.
This plugin is super overkill. Adding a simple file with the following to your mu-plugins.php will have the same effect.
// custom-host-header.php add_filter( 'wp_headers', function( $headers ) { $headers['Host-Header'] = 'YOUR HOST NAME HERE'; return $headers; } ); Installatie
This section describes how to install the plugin and get it working.
e.g.
- Upload
/host-header/plugin to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Or, search for the plugin in the plugin repo.
- There is no step 4.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“WordPress Host Headers” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “WordPress Host Headers” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.1
- Fix the clode block
1.0.0
- Let’s kick this off.



