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

In this article, we can solve the woocommerce product archive page wp code error called.

Deprecated: get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead. in /home4/example/example.com/wp-includes/functions.php on line 4861.

Solutions:

Open functions.php and add the below code.

add_filter( 'deprecated_function_trigger_error', '__return_false' );
What's your reaction?
0COOL0WTF0LOVE0LOL