Automattic\WooCommerce\Admin\Notes

Note::get_deprecated_typespublic staticWC 1.0

Get deprecated types.

Method of the class: Note{}

No Hooks.

Returns

Array.

Usage

$result = Note::get_deprecated_types();

Note::get_deprecated_types() code WC 9.9.5

public static function get_deprecated_types() {
	return array(
		self::E_WC_ADMIN_NOTE_EMAIL,
	);
}