beyondwords_content_params
Filters the body params we send to the BeyondWords API when processing audio.
beyondwords_body_params
is deprecated and redirects to here. Please update to the new filter name; the functionality is exactly the same. The old filter will be removed in plugin version 5.0.
Parameters
$params
array
The params we send to the BeyondWords API.
$post_id
int
The WordPress post ID.
Example 1
Prepend the author name and the published date to the audio body.
Example 2
Send the value of a custom field called "my_custom_field" to the BeyondWords API as a metadata field named "my_custom_key".
Example 3
Forward the value of a custom field to the BeyondWords API.
Changelog
Last updated