jetpack_just_in_time_msgs, true

jetpack_just_in_time_msgs, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_just_in_time_msgs, true') is found 2 times:

  • /jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php line 178
    		 * @since-jetpack 5.4.0 Correct docblock to reflect default arg value
    		 *
    		 * @param bool true Whether to show just in time messages.
    		 */
    		if ( ! apply_filters( 'jetpack_just_in_time_msgs', true ) ) {
    			return false;
    		}
    
    		// Folks cannot connect to WordPress.com and won't really be able to act on the pre-connection messages. So bail.
    		if ( ( new Status() )->is_offline_mode() ) {
    			return false;
    
  • /jetpack_vendor/automattic/jetpack-masterbar/src/admin-menu/class-admin-menu.php line 172
    			return;
    		}
    
    		/** This action is already documented in \Automattic\Jetpack\JITMS\JITM */
    		if ( ! apply_filters( 'jetpack_just_in_time_msgs', true ) ) {
    			return;
    		}
    
    		$nudge = $this->get_upsell_nudge();
    		if ( ! $nudge ) {
    			return;