apply_filters( 'heartbeat_nopriv_received', array|object $response , array $data , string $screen_id )
Filters Heartbeat Ajax response in no-privilege environments.
Parameters
- $response
-
The no-priv Heartbeat response object or array.
- $data
-
An array of data passed via $_POST.
- $screen_id
-
The screen id.
Source
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |