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