Uses
Uses | Description |
---|---|
wp-includes/class-wp-session-tokens.php: WP_Session_Tokens::update() | Updates the data for the session with the given token. |
wp-includes/class-wp-session-tokens.php: attach_session_information | Filters the information attached to the newly created session. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/pluggable.php: wp_generate_password() | Generates a random password drawn from the defined set of characters. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |