wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_refresh_nonces › WordPress Filter Hooks

Da4.3.0
Deprecaton/a
apply_filters( 'wp_refresh_nonces', $response, $data, $screen_id )
Parametri: (3)
  • (array) $response The Heartbeat response.
    Richiesto:
  • (array) $data The $_POST data sent.
    Richiesto:
  • (string) $screen_id The screen ID.
    Richiesto:
Definito a:
Codex:

Filters the nonces to send to the New/Edit Post screen.





Sorgenti

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