automattic / jetpack-post-list
增强您的 WordPress 网站管理区域的经典视图
v0.6.3
2024-08-23 14:29 UTC
Requires
- php: >=7.0
- automattic/jetpack-assets: ^2.3.4
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.6
- automattic/wordbless: @dev
- yoast/phpunit-polyfills: ^1.1.1
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
This package is auto-updated.
Last update: 2024-09-18 03:17:48 UTC
README
增强您的 WordPress 网站管理区域的经典视图。
如何使用
此包发布在 Packagist。
使用 composer 将包添加到您的项目中
composer add automattic/jetpack-post-list
然后您需要在 admin_init
钩子中初始化它
add_action( 'admin_init', array( '\Automattic\Jetpack\Post_List\Post_List', 'configure' ) );
开发
生产
jetpack build -p packages/post-list
开发
jetpack build packages/post-list
开发观察模式 👀
jetpack watch packages/post-list
在您的 WordPress 插件中使用此包
如果您计划在您的 WordPress 插件中使用此包,我们建议您使用 Jetpack Autoloader 作为自动加载器。这将允许与其他使用此包的插件实现最大程度的互操作性。
安全性
需要报告安全漏洞?请访问 https://automattic.com/security/ 或直接访问我们的安全漏洞赏金网站 https://hackerone.com/automattic。
许可协议
jetpack-post-list 在 GNU 通用公共许可证 v2(或更高版本) 下授权