• Hi,

    I’m having problems after the last Woocommerce update.

    I removed the WC Woocommerce structured data from the individual product pages using this code:

    <?php

    add_filter( ‚woocommerce_structured_data_product‘, ’structured_data_product_nulled‘, 10, 2 );

    function structured_data_product_nulled( $markup, $product ){

        if( is_product() ) {

            $markup = “;

        }

        return $markup;

    }

    Unfortunately, my product pages no longer work after the update. Does anyone know what has changed in Woocommerce after the update and how I can solve the problem?

    • Dieses Thema wurde geändert vor 3 Wochen, 2 Tage von Christian Abu.

    Die Seite, für die ich Hilfe brauche: [Anmelden, um den Link zu sehen]

Ansicht von 1 Antwort (von insgesamt 1)
  • Moderation Note: sorry, I close this thread as you have asked your question in a German support forum in English. To keep the threads accessible to all people not speaking English, I kindly ask you to either rephrase your question in German or ask in the International support forums. Thank you for your understanding. Best regards, Hans-Gerd

Ansicht von 1 Antwort (von insgesamt 1)
  • Das Thema „Remove structured data from individual product pages – Problem after Woo Update“ ist für neue Antworten geschlossen.