heartbeat_received
apply_filters( ‘heartbeat_received’, array $response , array $data , string $screen_id )
过滤器::过滤接收到的心跳响应。
Filter Hook: Filters the Heartbeat response received.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$response | (array) | 心跳响应。 |
$data | (array) | 发送的$POST数据。 |
$screen_id | (string) | 屏幕id。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.6.0 | wp-admin/includes/ajax-actions.php:3374 | 1 | 0 |
heartbeat_received 为WP2原创文章,链接:https://www.wp2.cn/hook/heartbeat_received/