Automattic\WooCommerce\Admin\Notes
Note::set_image
Set note image.
Method of the class: Note{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Note = new Note(); $Note->set_image( $image );
- $image(string) (required)
- Note image.
Note::set_image() Note::set image code WC 10.5.0
public function set_image( $image ) {
$this->set_prop( 'image', $image );
}