Filter: sensei_admin_notices

apply_filters( 'sensei_admin_notices', $notices, $max_age ) → {array}

Filters the admin notices.

Parameters:
Name Type Description
$notices array

The admin notices.

$max_age int | null

The max age (seconds) of the source data.

Source:
Returns:

The admin notices.

Type
array