Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/ajax-actions.php | apply_filters | 3446 | /** * Filters the nonces to send to the New/Edit Post screen. * * @since 4.3.0 * * @param array $response The Heartbeat response. * @param array $data The $_POST data sent. * @param string $screen_id The screen ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $response | The Heartbeat response. |
array | $data | The $_POST data sent. |
string | $screen_id | The screen ID. |