wc_get_product_backorder_options()
Get backorder options.
No Hooks.
Return
Array
.
Usage
wc_get_product_backorder_options();
Changelog
Since 3.0.0 | Introduced. |
wc_get_product_backorder_options() wc get product backorder options code WC 8.3.0
function wc_get_product_backorder_options() { return array( 'no' => __( 'Do not allow', 'woocommerce' ), 'notify' => __( 'Allow, but notify customer', 'woocommerce' ), 'yes' => __( 'Allow', 'woocommerce' ), ); }