Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Notice: get_woocommerce_term_meta is deprecated since version 3.6

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles