download_url()

Function: Downloads a URL to a local temporary file using the ClassicPress HTTP Class.

Source: wp-admin/includes/file.php:965

Used by 2 functions | Uses 9 functions

unzip_file()

Function: Unzips a specified ZIP file to a location on the Filesystem via the ClassicPress Filesystem Abstraction.

Source: wp-admin/includes/file.php:1040

Used by 1 function | Uses 10 functions

_unzip_file_ziparchive()

Function: This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the ZipArchive class.

Source: wp-admin/includes/file.php:1105

Used by 1 function | Uses 5 functions

_unzip_file_pclzip()

Function: This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the PclZip library.

Source: wp-admin/includes/file.php:1218

Used by 1 function | Uses 7 functions

copy_dir()

Function: Copies a directory from one location to another via the ClassicPress Filesystem Abstraction.

Source: wp-admin/includes/file.php:1317

Used by 3 functions | Uses 5 functions