Growshop München – Sunshine State Growshop – Haar bei München
folge uns auch in den social media
hier klicken zum Instagram Profil
add_filter(‚get_custom_logo‘, function($html) {
$html = str_replace(‚alt=““‚, ‚alt=“Sunshine State Growshop – Growshop Haar bei München Logo“‚, $html);
return $html;
});
add_filter(‚render_block‘, function ($block_content, $block) {
$name = $block[‚blockName‘] ?? “;
// TT5: Logo ist meist core/site-logo, Bilder im Content core/image
if ($name === ‚core/site-logo‘ || $name === ‚core/image‘) {
// Logo
if (strpos($block_content, ‚logo_small.png‘) !== false) {
$block_content = preg_replace(
‚/\salt(=(„([^“]*)“)?)?(\s|>)/i‘,
‚ alt=“Sunshine State Growshop – Growshop Haar bei München Logo“$4‘,
$block_content,
1
);
}
// Screenshot / Badge
if (strpos($block_content, ‚Screenshot-2026-02-19-134754‘) !== false) {
$block_content = preg_replace(
‚/\salt(=(„([^“]*)“)?)?(\s|>)/i‘,
‚ alt=“Online Growshop für LED Growlampen, Cannatrol und AC Infinity – Sunshine State Growshop“$4‘,
$block_content,
1
);
}
}
return $block_content;
}, 10, 2);
if ( strpos( $block_content, ‚Screenshot-2026-02-19‘ ) !== false ) {
$block_content = preg_replace(
‚/alt(=““)?/‘,
‚alt=“Online Growshop für LED Growlampen, Cannatrol und AC Infinity – Sunshine State Growshop“‚,
$block_content,
1
);
}
}
return $block_content;
}, 10, 2 );