Skip to content

Instantly share code, notes, and snippets.

@fariasf
fariasf / low-stock-notification-custom-fields.php
Created October 18, 2017 20:05
Low stock notification per product (adding custom fields)
<?php
/**
* Custom product field to set low stock threshold
* Requires WooCommerce 3.0
*/
function sp_custom_product_stock_threshold_field() {
global $post;
woocommerce_wp_text_input( array(