Uses
Uses | Description |
---|---|
wp-admin/includes/file.php: wp_tempnam() | Returns a filename of a temporary unique file. |
wp-includes/pluggable.php: wp_generate_password() | Generates a random password drawn from the defined set of characters. |
wp-includes/functions.php: get_temp_dir() | Determine a writable directory for temporary files. |
wp-includes/functions.php: wp_unique_filename() | Get a filename that is sanitized and unique for the given directory. |