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



wp_refresh_nonces › WordPress Filter Hooks

Since4.3.0
Deprecatedn/a
apply_filters( 'wp_refresh_nonces', $response, $data, $screen_id )
Parameters: (3)
  • (array) $response The Heartbeat response.
    Required: Yes
  • (array) $data The $_POST data sent.
    Required: Yes
  • (string) $screen_id The screen ID.
    Required: Yes
Defined at:
Codex:

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





Source

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