Description
Filters Heartbeat Ajax response in no-privilege environments.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/ajax-actions.php | 43 |
Parameters
Type | Name | Description |
---|---|---|
array | $response | The no-priv Heartbeat response. |
array | $data | The $_POST data sent. |
string | $screen_id | The screen ID. |
PHP Doc
/**
* Filters Heartbeat Ajax response in no-privilege environments.
*
* @since 3.6.0
*
* @param array $response The no-priv Heartbeat response.
* @param array $data The $_POST data sent.
* @param string $screen_id The screen ID.
*/