Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | apply_filters | 3701 | /** * Filters the callback for killing WordPress execution for XML requests. * * @since 5.2.0 * * @param callable $callback Callback function name. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
callable | $callback | Callback function name. |