aeyoll/carbon-fields-yoast
最新稳定版本:2.0.2
Composer 安装命令:
composer require aeyoll/carbon-fields-yoast
包简介
Helper library that allows developers to choose which fields from Carbon Fields to include in the Yoast readability score meter
README 文档
README
Carbon Fields Yoast is an addon to Carbon Fields that allows developers to choose which fields from Carbon Fields to include in the Yoast readability score meter.
How to use?
Install via composer, in your theme repository:
composer require aeyoll/carbon-fields-yoast
In functions.php, add the following:
add_action( 'after_setup_theme', 'crb_initialize_carbon_yoast' ); function crb_initialize_carbon_yoast() { include_once __DIR__ . '/vendor/autoload.php'; new \Carbon_Fields_Yoast\Carbon_Fields_Yoast; }
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2023-12-29