wp_refresh_nonces, $response, $data, $screen_id
wp_refresh_nonces, $response, $data, $screen_id
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_refresh_nonces, $response, $data, $screen_id') is found 1 times:
- /wp-admin/includes/ajax-actions.php line 3494
* @param array $response The Heartbeat response. * @param array $data The $_POST data sent. * @param string $screen_id The screen ID. */ $response = apply_filters( 'wp_refresh_nonces', $response, $data, $screen_id ); if ( false === $nonce_state ) { // User is logged in but nonces have expired. $response['nonces_expired'] = true; wp_send_json( $response ); }