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 3 years, 9 months ago by
Kris.
Hi @buyhigh
Sorry, I gave you the wrong code. The correct code is: define( 'DGWT_WCAS_VOICE_SEARCH_ENABLE', true );
Hi, after adding DGWT_WCAS_VOICE_SEARCH_ENABLE to wp-config. What’s the expected behaviour?