/** ipf_child_style_cachebust: bust child style.css cache after image CSS updates */ add_filter('style_loader_src', function ($src) { if (strpos($src, 'houzez-child-custom/style.css') === false) { return $src; } $path = get_stylesheet_directory() . '/style.css'; if (!file_exists($path)) { return $src; } $src = remove_query_arg('ver', $src); return add_query_arg('ver', 'ipf-' . filemtime($path), $src); }, 20); https://immo-provisionsfrei.de/post-sitemap.xml 2026-09-10T19:34:34+00:00 https://immo-provisionsfrei.de/page-sitemap.xml 2026-09-11T12:45:39+00:00