remove_notice()

Remove notice(s).


remove_notice( [ mixed $key ] ) : void

Parameters

$key (string|array) (Optional) The key(s) identifying a group or more holding notices. Default value: ['all', FUSION_SELF, FUSION_REQUEST]

Return Values

No value is returned.

Examples

remove_notice('all');