Inventory_Presser_Admin_Settings_Suggester::get_admin_notice_html( string $message, string $color )
Creates HTML that renders an admin notice.
Contents
Parameters Parameters
- $message
-
(Required)
- $color
-
(Required) A value of 'red', 'yellow', or 'green' that appears as a left border on the notice box
Return Return
(string) HTML that renders an admin notice
Source Source
File: includes/admin/class-admin-settings-suggester.php
Expand full source code Collapse full source code View on Github