wpseek.com
A WordPress-centric search engine for devs and theme authors



heartbeat_nopriv_send › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'heartbeat_nopriv_send', $response, $screen_id )
Parameters: (2)
  • (array) $response The no-priv Heartbeat response.
    Required: Yes
  • (string) $screen_id The screen ID.
    Required: Yes
Defined at:
Codex:

Filters Heartbeat Ajax response in no-privilege environments when no data is passed.





Source

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