wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_refresh_nonces › Hooks de Filtros WordPress

Desde4.3.0
Obsoleton/a
apply_filters( 'wp_refresh_nonces', $response, $data, $screen_id )
Parâmetros: (3)
  • (array) $response The Heartbeat response.
    Required: Yes
  • (array) $data The $_POST data sent.
    Required: Yes
  • (string) $screen_id The screen ID.
    Required: Yes
Definido em:
Codex:

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





Fonte

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