Filter: sensei_show_admin_notices_{$screen_id}

apply_filters( 'sensei_show_admin_notices_{$screen_id}', $hide_notices_on_screen ) → {bool}

Adds the ability to hide notices on a specific screen.

Parameters:
Name Type Description
$hide_notices_on_screen bool

Whether to hide notices on the screen.

Since:
  • 4.8.0
Source:
Returns:

Whether to hide notices on the screen.

Type
bool