This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Astra_Notices::get_notice_id( array $notice, int $key )
Get Notice ID.
Parameters
- $notice
-
(array) (Required) Notice arguments.
- $key
-
(int) (Required) Notice array index.
Return
(string) Notice id.
Source
File: classes/lib/notices/class-astra-notices.php
Changelog
Version | Description |
---|---|
1.4.0 | Introduced. |