Automattic\WooCommerce\Internal\StockNotifications

Notification::get_statuspublicWC 1.0

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() code WC 10.3.6

public function get_status( $context = 'view' ) {
	return $this->get_prop( 'status', $context );
}