Filter hook 'wp_refresh_nonces'

in WP Core File wp-admin/includes/ajax-actions.php at line 3484

Description

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

Occurrences

Filename Line Number
wp-admin/includes/ajax-actions.php 3484

Parameters

Type Name Description
array $response The Heartbeat response.
array $data The $_POST data sent.
string $screen_id The screen ID.

PHP Doc

/**
		 * Filters the nonces to send to the New/Edit Post screen.
		 *
		 * @since 4.3.0
		 *
		 * @param array  $response  The Heartbeat response.
		 * @param array  $data      The $_POST data sent.
		 * @param string $screen_id The screen ID.
		 */