Uses
Uses | Description |
---|---|
wp-includes/class-wp-session-tokens.php: WP_Session_Tokens::get_instance() | Retrieves a session manager instance for a user. |
wp-includes/pluggable.php: wp_hash() | Get hash of given string. |
wp-includes/pluggable.php: auth_cookie | Filters the authentication cookie. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |