wpseek.com
WordPress开发者和主题制作者的搜索引擎



heartbeat_send › WordPress过滤钩子

Since3.6.0
已弃用n/a
apply_filters( 'heartbeat_send', $response, $screen_id )
参数: (2)
  • (array) $response The Heartbeat response.
    Required: Yes
  • (string) $screen_id The screen ID.
    Required: Yes
定义在:
文档:

Filters the Heartbeat response sent.





源码

$response = apply_filters( 'heartbeat_send', $response, $screen_id );