lighthouseuk/wp-recite-me
最新稳定版本:v1.1.2
Composer 安装命令:
composer require lighthouseuk/wp-recite-me
包简介
Unofficial recite me WordPress plugin
README 文档
README
A simple plugin to embed Recite Me snippets.
Installing
Set RECITE_ME_API_KEY in your wp-config.php file.
Optionally set RECITE_ME_DISABLED_BUTTONS to an array of buttons to disable them.
define( 'RECITE_ME_DISABLED_BUTTONS', array( 'translate' ) );
This plugin can be installed using composer
composer require lighthouseuk/wp-recite-me
Blacklist URLs from being translated
You can prevent ReciteMe from offering translation on specific pages by defining a blacklist of URL pathnames in your wp-config.php:
define('RECITE_ME_BLACKLISTED_URLS', array(
'/legal/',
'/accessibility/',
'/disclaimer/',
'/privacy/',
'/terms/',
'/site-map/',
'/gdpr/',
'/cookie-policy/',
));
- Use only the path part (e.g.
/privacy/), not the full URL. - The plugin will automatically prevent translation on any page whose path matches an entry in this array.
统计信息
- 总下载量: 726
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-11-27