jetpack_display_jitms_on_screen, true, $screen->id

jetpack_display_jitms_on_screen, true, $screen->id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_display_jitms_on_screen, true, $screen->id') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php line 209
    		 *
    		 * @param bool true Whether to show just in time messages.
    		 * @param string $string->id The ID of the current screen.
    		 */
    		if ( apply_filters( 'jetpack_display_jitms_on_screen', true, $screen->id ) ) {
    			add_action( 'admin_enqueue_scripts', array( $this, 'jitm_enqueue_files' ) );
    			add_action( 'admin_notices', array( $this, 'ajax_message' ) );
    			add_action( 'edit_form_top', array( $this, 'ajax_message' ) );
    		}
    	}