Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This function has been deprecated. Use wp_nonce_ays() instead.
Retrieve nonce action “Are you sure” message.
Deprecated in 3.4.1 and 3.5.0. Backported to 3.3.3.
(string) (Required) Nonce action.
(string) Are you sure message.
File: wp-includes/deprecated.php
function wp_explain_nonce( $action ) { _deprecated_function( __FUNCTION__, '3.4.1', 'wp_nonce_ays()' ); return __( 'Are you sure you want to do this?' ); }
Version | Description |
---|---|
2.0.4 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_explain_nonce