Deprecated: woocommerce_stock_html
-
Hi,
I received this woocommerce related issue:
Deprecated: The woocommerce_stock_html filter funkció használata nem ajánlott verziótól kezd?d?en. woocommerce_get_stock_html használata javasolt helyette. in /xxx/wp-includes/functions.php on line 6031
When I change the line number 545 (file plugins/advanced-woo-labels/includes/class-awl-integrations.php)
add_filter( 'woocommerce_stock_html', 'AWL_Integrations_Callbacks::return_empty_string', 999 );
with
add_filter( 'woocommerce_get_stock_html', 'AWL_Integrations_Callbacks::return_empty_string', 999 );
the error message disappears.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated: woocommerce_stock_html’ is closed to new replies.