Should the Jetpack Remote Site Management notice be displayed.
Parameters
- !
bool ! self::is_module_active( 'manage' ) Is the Manage module inactive.
Changelog
- Introduced in Jetpack 3.3.0
How to use this hook
Notes
This filter can be used to hide the banners promoting Jetpack’s Site Management tools, like so:add_filter( 'can_display_jetpack_manage_notice', '__return_false' );