Automattic\WooCommerce\Admin\Notes

Note::get_deprecated_typespublic staticWC 1.0

Get deprecated types.

Метод класса: Note{}

Хуков нет.

Возвращает

Массив.

Использование

$result = Note::get_deprecated_types();

Код Note::get_deprecated_types() WC 10.4.3

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