• Resolved endzz

    (@endzz)


    I’m at a loss trying to trace down this error and how to solve it. Everything in the cart seems to be working though.

    Deprecated: woocommerce_product_write_panels is deprecated since version 2.6! Use Use woocommerce_product_data_panels action instead. instead. in /home/customer/www/lmreptiles.com/public_html/wp-includes/functions.php on line 5586

Viewing 4 replies - 1 through 4 (of 4 total)
  • Stef

    (@serafinnyc)

    This means the hook you are using is no longer in use. Use this instead of that.

    woocommerce_product_data_panels

    Thread Starter endzz

    (@endzz)

    Got it, that makes sense but how do I find the old to replace with the new?

    Stef

    (@serafinnyc)

    This is most likely a hook inside your theme somewhere. It should be located inside your functions file of your theme. It could also be inside a folder called Inc or Include or Functions.

    Sometimes the best way to find this is to download your theme and have it saved locally and then inside your computer’s finder or whatever they use in Windows, do a search inside the theme folder for “woocommerce_product_data_panels”

    Mirko P.

    (@rainfallnixfig)

    Hi @endzz,

    Hopefully, you were able to find a way forward with the issue and the above recommendations from serafinnyc were helpful.

    I’ll mark this topic as solved for now. Please feel free to open a new topic if you have any further questions.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘What does this error mean?’ is closed to new replies.