Leverage browser caching not working after updating .htaccess

This should do it if ( !is_admin() || !is_admin_bar_showing() ){ add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 ); add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 ); } function _remove_script_version( $src ){ if (preg_match(“(\?ver=)”, $src )){ $parts = explode( ‘?’, $src ); return $parts[0]; }else{ return $src; } } This will remove the ?ver= from the file url. There’s a … Read more

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