WooCommerce Tips

How to Change In Stock text in WooCommerce

Add the following PHP code to your child theme functions.php file. [php] /* Change In Stock text in WooCommerce */ add_filter( 'woocommerce_get_availability', 'wcs_custom_get_availability', 1, 2); function wcs_custom_get_availability(...

read more

More Tips

Ask a Question

"*" indicates required fields