开发者 |
Allan Thue Rehhoff
Nicklas Thomsen |
---|---|
更新时间 | 2024年10月8日 21:52 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.8.1 |
版权: | GPLv3 |
add_filter( "atr_perm_administer_servers", function( $permission ) { $permission = "editor"; return $permission; } );
This plugin depends heavily on the curl_* and fsockopen(); PHP functions, however such functions are enabled by default on the majority of webhosts. Also check that you have "allow_url_fopen" set to 'On' or '1'
It is important that you don't have the same server appearing twice on the same page, doing so WILL break the functionality for all server checks.