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