• Resolved pdr

    (@philricebolivia)


    Wordpress reports an error “Notice: get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead.” that I have traced to yoast wpseo-woocommerce.php on line 744 that says

    $thumbnail_id = get_woocommerce_term_meta( $cat->term_id, ‘thumbnail_id’, true );

    this needs to be changed to $thumbnail_id = get_term_meta( $cat->term_id, ‘thumbnail_id’, true );

    I have been changing this but every time I upgrade it gets replaces as that file is always updated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support amboutwe

    (@amboutwe)

    This forum is reserved for support of the free version of Yoast SEO. As you have a premium add-on, please contact our support team for assistance.

    How can I get premium support?

    This thread has been marked as resolved per the forum guidelines.

    Thread Starter pdr

    (@philricebolivia)

    Im referring to code in the free version

    Im not looking for support but giving you a heads up about an error in your code that you should probably fix

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notice: get_woocommerce_term_meta is deprecated since version 3.6’ is closed to new replies.