automattic / jetpack-ip
处理IP地址的实用工具。
v0.2.3
2024-08-23 14:28 UTC
Requires
- php: >=7.0
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.6
- brain/monkey: 2.6.1
- yoast/phpunit-polyfills: ^1.1.1
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
README
处理IP地址的实用工具。
使用说明
use Automattic\Jetpack\IP\Utils; echo "Your IP address is: " . Utils::get_ip();
在WordPress插件中使用此包
如果您计划在WordPress插件中使用此包,我们建议您使用 Jetpack Autoloader 作为自动加载器。这将允许与其他使用此包的插件实现最大兼容性。
安全性
需要报告安全漏洞?请访问 https://automattic.com/security/ 或直接访问我们的安全漏洞赏金网站 https://hackerone.com/automattic。
许可证
IP遵循 GNU通用公共许可证v2(或更新版本)