Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/ajax-actions.php | do_action | 66 | /** * Fires when Heartbeat ticks in no-privilege environments. * * Allows the transport to be easily replaced with long-polling. * * @since 3.6.0 * * @param array $response The no-priv Heartbeat response. * @param string $screen_id The screen ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $response | The no-priv Heartbeat response. |
string | $screen_id | The screen ID. |