Hi @buyhigh
The voice search feature allows users to interact with a specific interface using their voice. The queries are then transcribed into machine-readable text and entered into a search engine. This feature is available since version 1.19.0, but it’s disabled by default.
It can be activated by adding ( 'DGWT_WCAS_VOICE_SEARCH_ENABLE', true );
to the wp-config.php
file.
Remember to make a copy of the wp-config.php
file so that it can be easily restored in case of any problems.
Regards,
Kris
-
This reply was modified 2 years, 4 months ago by Kris.