Filter: classifai_disable_post_to_audio_block
Filter to disable the rendering of the Text to Speech block.
Parameters
| Name | Type | Description |
|---|---|---|
| $is_disabled | bool | Whether to disable the display or not. By default - false. |
| $_post | \WP_Post | The Post object. |
Since
- 2.2.0
Source
Defined in includes/Classifai/Features/TextToSpeech.php at line 693
Returns
Whether the audio block should be shown.