lighthouseuk/wp-recite-me

Unofficial recite me WordPress plugin

Installs: 212

Dependents: 0

Suggesters: 0

Security: 0

Type:wordpress-plugin

v1.0.4 2024-12-19 12:12 UTC

This package is auto-updated.

Last update: 2025-03-06 15:42:46 UTC


README

Latest Stable Version

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