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