Tag Archives: admin_memory_limit

wp_save_image

wp_save_image in /wp-admin/includes/image-edit.php

4077

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

unzip_file

Unzips a specified ZIP file to a location on the Filesystem via the WordPress Filesystem Abstraction.Assumes that WP_Filesystem() has already been called and set up. Does not extract a root-level __MACOSX directory, if present.

3149

Continue reading