Warenkorb

add_action( ‘woocommerce_before_cart’, ‘custom_related_products_display’, 10 );
function custom_related_products_display() {
echo ‘<h2>Das kann dich interessieren</h2>’;
echo do_shortcode(‘

‘);
}