Bots using internal wordpress search

I suggest using a security plugin which will do everything for you. Like iThemes Security Bans troublesome user agents, bots and other hosts https://wordpress.org/plugins/better-wp-security/

How to hide an option from dropdown in filter module

Nevermind. I applied this custom js to hide that specific taxonomy in the dropdown. <script> jQuery(function($){ var arr=[‘name-of-slug-to-hide’]; $(‘select[name=”wpv-category”] option’).each(function(){ if(jQuery.inArray($(this).val(), arr)>=0){ $(this).hide(); } }); }) </script>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)