Site icon Hip-Hop Website Design and Development

Woocommerce disable order merchandise hyperlink (backend)

I am going through an issue the place I could not disable the order merchandise hyperlink for the backend (consumer function: store supervisor). I’ve discovered some options however solely deal with to the entrance finish (customer-order web page).

Nonetheless, I added a code to features.php to focus on solely on shop_order order merchandise hyperlink

add_filter( 'woocommerce_order_items_shop_order', '__return_false' );

However it does not work. Does this require including javascript with a view to disable the order merchandise hyperlink on the backend? Been battling this for a very long time.