heartbeat_nopriv_tick

动作钩子
do_action( 'heartbeat_nopriv_tick', $response, $screen_id )
参数
  • (array) $response The no-priv Heartbeat response.
    Required:
  • (string) $screen_id The screen ID.
    Required:
定义位置
相关勾子
heartbeat_nopriv_sendheartbeat_tickheartbeat_nopriv_receivedheartbeat_receivedheartbeat_send
相关方法
wp_heartbeat_settingsheartbeat_autosavewp_refresh_heartbeat_noncesexport_date_optionsthe_privacy_policy_linkwp_heartbeat_set_suspension
引入
3.6.0
弃用
-

heartbeat_nopriv_tick – 这是一个动作钩子,当用户没有登录时,Heartbeat API每次从服务器向管理区的客户端(用户的浏览器)发送一个tick时都会被触发。这个钩子可以用来在每次发送tick的时候执行代码。

在无特权环境中Heartbeat跳动时触发。

允许使用长轮询轻松替换传输。

do_action( 'heartbeat_nopriv_tick', $response, $screen_id );

常见问题

FAQs
查看更多 >