apply_filters( 'sensei_notice', $notice ) → {array|null}
Allows to modify a sensei notice that will be shown to the user.
Parameters:
Name | Type | Description |
---|---|---|
$notice |
array | The notice data. |
- Since:
- 4.7.0
- Source:
Returns:
The notice data. Or return null if you want to prevent the notice showing up.
- Type
- array | null