Display Stock Status/Quantity Shop Page WooCommerce

add_action( 'woocommerce_after_shop_loop_item', 'ets_show_stock_shop', 10 );
  
function ets_show_stock_shop() {
   global $product;
   echo wc_get_stock_html( $product );
}

 

In case of any complain or © copyright or issues please check disclaimer page for faster resolutions.