Following is the error we get on rtp-search.php The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead. /lib/rtp-search.php: 27 $placeholder = 'placeholder="' . apply_filters( 'rtp_search_placeholder', __( 'Search Here...', 'rtPanel' ) ) . '" '; 28 } 29: $chrome_voice_search = ( $is_chrome ) ? ' x-webkit-speech="x-webkit-speech" speech="speech" onwebkitspeechchange="this.form.submit();"' : ''; 30 $form = '<form role="search" class="searchform" action="' . home_url( '/' ) . '"> I think it will get resolved if we use: https://github.com/raphamorim/sound-hunter/ (Not sure)
Following is the error we get on rtp-search.php
The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead.
/lib/rtp-search.php:
27 $placeholder = 'placeholder="' . apply_filters( 'rtp_search_placeholder', __( 'Search Here...', 'rtPanel' ) ) . '" ';
28 }
29: $chrome_voice_search = ( $is_chrome ) ? ' x-webkit-speech="x-webkit-speech" speech="speech" onwebkitspeechchange="this.form.submit();"' : '';
30 $form = '
I think it will get resolved if we use: https://github.com/raphamorim/sound-hunter/ (Not sure)