wp_die_handler

wp_die_handler

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_die_handler') is found 1 times:

  • /wp-includes/functions.php line 3782
    		 * @since 3.0.0
    		 *
    		 * @param callable $callback Callback function name.
    		 */
    		$callback = apply_filters( 'wp_die_handler', '_default_wp_die_handler' );
    	}
    
    	call_user_func( $callback, $message, $title, $args );
    }
    
    /**
    

See this hook used in plugins: