Archive | Documentation RSS feed for this section

wp_hash_password

Create a hash (encrypt) of a plain text password.For integration with other applications, this function can be overwritten to instead use the other package password checking algorithm.

3761

Continue reading

wp_handle_sideload

Handle sideloads, which is the process of retrieving a media item from another server instead of a traditional media upload. This process involves sanitizing the filename, checking extensions for mime type, and moving the file to the appropriate directory within the uploads directory.

3755

Continue reading