Automattic\WooCommerce\Admin\Notes
Note::get_status()
Get note status.
Method of the class: Note{}
No Hooks.
Return
String
.
Usage
$Note = new Note(); $Note->get_status( $context );
- $context(string)
- What the value is for. Valid values are 'view' and 'edit'.
Default: 'view'
Note::get_status() Note::get status code WC 9.7.1
public function get_status( $context = 'view' ) { return $this->get_prop( 'status', $context ); }