automattic/jetpack-promote-posts
最新稳定版本:v0.1.0
Composer 安装命令:
composer require automattic/jetpack-promote-posts
包简介
Attract high-quality traffic to your site using Promoted Posts.
README 文档
README
Attract high-quality traffic to your site using Promoted Posts. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr.
How to install promote-posts
Package is published in Packagist.
Use composer to add the package to your project:
composer add automattic/jetpack-promote-posts
Then you can initialize it on the admin_init hook:
add_action( 'admin_init', array( '\Automattic\Jetpack\Promote_Posts', 'configure' ) );
Or directly invoke with a method call:
use Automattic\Jetpack\Promote_Posts; Promote_Posts::configure();
Development
Production
jetpack build -p packages/promote-posts
Development
jetpack build packages/promote-posts
Development Watching Mode 👀
jetpack watch packages/promote-posts
Security
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
License
promote-posts is licensed under GNU General Public License v2 (or later)
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-12-13