Uses
Uses | Description |
---|---|
wp-includes/pluggable.php: wp_verify_nonce_failed | Fires when nonce verification fails. |
wp-includes/user.php: wp_get_session_token() | Retrieve the current session token from the logged_in cookie. |
wp-includes/compat.php: hash_equals() | Timing attack safe string comparison |
wp-includes/pluggable.php: wp_nonce_tick() | Returns the time-dependent variable for nonce creation. |
wp-includes/pluggable.php: wp_hash() | Get hash of given string. |
wp-includes/pluggable.php: nonce_user_logged_out | Filters whether the user who generated the nonce is logged out. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |