wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



heartbeat_received › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'heartbeat_received', $response, $data, $screen_id )
Parameter: (3)
  • (array) $response The Heartbeat response.
    Erforderlich: Ja
  • (array) $data The $_POST data sent.
    Erforderlich: Ja
  • (string) $screen_id The screen ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the Heartbeat response received.





Quellcode

$response = apply_filters( 'heartbeat_received', $response, $data, $screen_id );