rendernotices()

Render notices.


rendernotices( array $notices ) : string

Parameters

$notices (array) (Required) The array contaning notices.

Return Values

(string) The notices formatted as HTML.

Examples

echo rendernotices(getnotices());