whitespace-se/wordpress-plugin-a11ystack
最新稳定版本:v2.0.0
Composer 安装命令:
composer require whitespace-se/wordpress-plugin-a11ystack
包简介
Wordpress plugin that adds a11ystack-specific enhancements and features to Wordpress
README 文档
README
Wordpress plugin that adds a11ystack-specific enhancements and features to Wordpress.
How to install
If you want to use this plugin as an MU-plugin, first add this to your composer.json:
{
"extra": {
"installer-paths": {
"path/to/your/mu-plugins/{$name}/": [
"whitespace-se/wordpress-plugin-a11ystack"
]
}
}
}
Where path/to/your/mu-plugins is something like wp-content/mu-plugins or
web/app/mu-plugins.
Then get the plugin via composer:
composer require whitespace-se/wordpress-plugin-a11ystack
Configuration
Set these constants to true to enable the feature.
WP_A11YSTACK_ENABLE_FEEDBACK_MODULE: Feedback moduleWP_A11YSTACK_ENABLE_OPEN_GRAPH_FIELDS: Open graph fields
Contributing
Generate new pot file with this command:
wp i18n make-pot . --exclude=vendor,wp-content,node_modules languages/whitespace-a11ystack.pot
统计信息
- 总下载量: 3.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2022-03-02