automattic/jetpack-connection-ui
最新稳定版本:v2.4.17
Composer 安装命令:
composer require automattic/jetpack-connection-ui
包简介
Jetpack Connection UI
README 文档
README
Convenient UI to manager your site's connection to WP.com
How to use
Package is published in Packagist.
- Use composer to add the package to your project:
composer require automattic/jetpack-connection-ui
- Then you need to initialize it on the
plugins_loadedhook:
add_action( 'plugins_loaded', 'load_connection_ui' ); function load_connection_ui() { Automattic\Jetpack\ConnectionUI\Admin::init(); }
- You need to build its assets before using it. To do that, you need to run the following commands:
cd vendor/automattic/jetpack-connection-ui
pnpm build
统计信息
- 总下载量: 9.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-01-12