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



wp_refresh_nonces › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'wp_refresh_nonces', $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 nonces to send to the New/Edit Post screen.





Quellcode

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