Attempts to clear the opcode cache for an individual PHP file.
wp_opcache_invalidate_file
Filters whether to invalidate a file from the opcode cache.
wp_print_request_filesystem_credentials_modal
Prints the filesystem credentials modal when needed.
fs_ftp_connection_types
Filters the connection types to output to the filesystem credentials form.
Advertisement
request_filesystem_credentials
Filters the filesystem credentials.
filesystem_method
Filters the filesystem method to use.
request_filesystem_credentials
Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.
get_filesystem_method
Determines which method to use for reading, writing, modifying, or deleting files on the filesystem.
Advertisement
filesystem_method_file
Filters the path for a specific filesystem method class file.
WP_Filesystem
Initializes and connects the WordPress Filesystem Abstraction classes.
copy_dir
Copies a directory from one location to another via the WordPress Filesystem Abstraction.
_unzip_file_pclzip
Attempts to unzip an archive using the PclZip library.
Advertisement
_unzip_file_ziparchive
Attempts to unzip an archive using the ZipArchive class.
unzip_file_use_ziparchive
Filters whether to use ZipArchive to unzip archives.
unzip_file
Unzips a specified ZIP file to a location on the filesystem via the WordPress Filesystem Abstraction.