This snippet changes the ‘Read More’ button text on standard add to cart buttons, such as on the shop / product catalog page for sold out products, to indicate that they are sold out without needing to click through. It does not affect variable products as separate variations may have different stock availability levels.
Note: If you do not see any out of stock products on your shop’s catalog, ensure your Hide out of stock items from the catalog ticked under your store’s Product Inventory settings.
Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be wiped entirely when you update the theme.