/* 
Theme Name: KB WebStudio Theme
Description: KB WebStudio Theme
Author: Krzysztof Borowik
Author URI: https://kb-webstudio.net
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/


add_filter('script_loader_src', 'kb_remove_double_slash_in_urls', 10, 1);
add_filter('style_loader_src', 'kb_remove_double_slash_in_urls', 10, 1);

function kb_remove_double_slash_in_urls($src) {
    return str_replace('//wp-content/', '/wp-content/', $src);
}
