WC_Product::get_backorders
Get backorders.
Method of the class: WC_Product{}
No Hooks.
Returns
String. yes no or notify
Usage
$WC_Product = new WC_Product(); $WC_Product->get_backorders( $context );
- $context(string)
- What the value is for. Valid values are view and edit.
Default: 'view'
Changelog
| Since 3.0.0 | Introduced. |
WC_Product::get_backorders() WC Product::get backorders code WC 10.3.6
public function get_backorders( $context = 'view' ) {
return $this->get_prop( 'backorders', $context );
}