Filter to turn off all just in time messages
Parameters
- true
bool Whether to show just in time messages.
Changelog
- Introduced in Jetpack 1.1.0
How to use this hook
Notes
You can use this filter to deactivate the display of all Just In Time messages in your dashboard, like so:add_filter( 'jetpack_just_in_time_msgs', '__return_false', 99 );