plugin-icon

WordPress Host Headers

作者:Jake Spurlock·
Add a Host-Header to track down hosting partners in helping combat web spam.
版本
1.0.1
最后更新
Apr 18, 2020

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; } );
免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 5.5.17
这个插件是可用的下载,适用于您的站点。