WordPress filters
We provide WordPress filters which allow you to modify the default data we use during the execution of our plugin.
For example, you can use the beyondwords_content_params
filter to override the default BeyondWords API parameters for processing audio. Providing your own values will allow you to, for example:
Set distinct BeyondWords project IDs for each language on your multilingual site
Set different voices for your title, body and summary
Specify the voices used for each category on your site
Another example is the beyondwords_player_sdk_params
filter which overrides the default Player SDK params for embedding the player. Providing your own values will allow you to, for example:
Use different player sizes/styles in different areas of your site
Skip intro/outro ads for registered WordPress users on paid plans
Assign specific player colors (or any other player styling options) for different categories on your site
If you have any questions about implementing our filters, or would like to request a new filter to be added, then please contact us on [email protected].
Last updated