Automattic\WooCommerce\Admin\Notes
Note::get_deprecated_types
Get deprecated types.
Метод класса: Note{}
Хуков нет.
Возвращает
Массив.
Использование
$result = Note::get_deprecated_types();
Код 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,
);
}