Automattic\WooCommerce\Admin\Notes
Note::get_deprecated_types
Get deprecated types.
Method of the class: Note{}
No Hooks.
Returns
Array
.
Usage
$result = Note::get_deprecated_types();
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, ); }