This page redirects to an external site: https://developer.wordpress.org/reference/functions/wp_explain_nonce/
Languages: English • 日本語 (Add your language)
Retrieve nonce action 'Are you sure' message.
The action is split by verb and noun. The action format is as follows: verb-action_extra. The verb is before the first dash and has the format of letters and no spaces and numbers. The noun is after the dash and before the underscore, if an underscore exists. The noun is also only letters.
The filter will be called for any action, which is not defined by WordPress. You may use the filter for your plugin to explain nonce actions to the user, when they get the "Are you sure?" message. The filter is in the format of 'explain_nonce_$verb-$noun' with the $verb replaced by the found verb and the $noun replaced by the found noun. The two parameters that are given to the hook are the localized 'Are you sure you want to do this?' message with the extra text (the text after the underscore).
<?php wp_explain_nonce( $action ) ?>
wp_explain_nonce() was located in wp-includes/functions.php. It has been moved to wp-includes/deprecated.php
Nonce functions: wp_nonce_ays(), wp_nonce_field(), wp_nonce_url(), wp_verify_nonce(), wp_create_nonce(), check_admin_referer(), check_ajax_referer(), wp_referer_field()