Automattic\WooCommerce\Admin\Notes

Note::set_icon()publicWC 1.0

Set note icon (Deprecated).

Method of the class: Note{}

No Hooks.

Return

null. Nothing (null).

Usage

$Note = new Note();
$Note->set_icon( $icon );
$icon(string) (required)
Note icon.

Note::set_icon() code WC 8.7.0

public function set_icon( $icon ) {
	wc_deprecated_function( 'set_icon', '4.3' );
}