WooCommerce: Display stock quantity for a given product ID on normal Pages or Posts
问题 I am trying to display the product quantity for a given product ID outside WoCommerce pages, in the normal WordPress Pages or Posts. I assume you paste some code into functions.php then have a snippet you put in the post or page. I'm really struggling here and only half-baked answers I've found so far where none of them work for me... How do I echo the stock quantity of a WooCommerce product ID on a normal Wordpress page or post? 回答1: The best way is to make a custom shortcode function, that