• Resolved JapeNZ

    (@japenz)


    Hi there,
    I was receiving the following error in my debug log:

    PHP Notice: get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead.

    I changed ‘get_woocommerce_term_meta’ on line 65 of the woocommerce-auto-cat-thumbnails.php file to ‘get_term_meta’ and it seems to have fixed the problem.

    Figured I should let you know in case you’re planning on releasing an update any time soon, as it was generating hundreds of lines in the error log… I have a lot of categories ??

    Kind regards,
    JP

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi JP,

    Did you manage to fix this?

    Thread Starter JapeNZ

    (@japenz)

    Hi @alfrescoid,
    Yes the fix is in the post, I added the message to support in case anyone else had the same trouble ??

    I changed ‘get_woocommerce_term_meta’ on line 65 of the woocommerce-auto-cat-thumbnails.php file to ‘get_term_meta’ and it seems to have fixed the problem.

    Hope this helps!

    Kind regards,
    JP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Error log’ is closed to new replies.