Automattic\WooCommerce\Internal\StockNotifications
Notification::get_status
Get the status.
Method of the class: Notification{}
No Hooks.
Returns
String.
Usage
$Notification = new Notification(); $Notification->get_status( $context );
- $context(string)
- Context.
Default: 'view'
Notification::get_status() Notification::get status code WC 10.3.6
public function get_status( $context = 'view' ) {
return $this->get_prop( 'status', $context );
}