wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_refresh_nonces › Les Filtres WordPress

Depuis4.3.0
Dépréciéen/a
apply_filters( 'wp_refresh_nonces', $response, $data, $screen_id )
Paramètres: (3)
  • (array) $response The Heartbeat response.
    Requis: Oui
  • (array) $data The $_POST data sent.
    Requis: Oui
  • (string) $screen_id The screen ID.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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