{$action}_overrides
Filter Hook: Filters the override parameters for a file before it is uploaded to WordPress.
Source: wp-admin/includes/file.php:829
Filter Hook: Filters the override parameters for a file before it is uploaded to WordPress.
Source: wp-admin/includes/file.php:829
Function: Attempts to clear the opcode cache for an individual PHP file.
Source: wp-admin/includes/file.php:2505
Filter Hook: Filters whether to invalidate a file from the opcode cache.
Source: wp-admin/includes/file.php:2553
Filter Hook: Filters the list of hosts which should have Signature Verification attempted on.
Source: wp-admin/includes/file.php:1234
Filter Hook: Filters the URL where the signature for a file is located.
Source: wp-admin/includes/file.php:1261
Filter Hook: Filters whether Signature Verification failures should be allowed to soft fail.
Source: wp-admin/includes/file.php:1293
Function: Verifies the contents of a file against its ED25519 signature.
Source: wp-admin/includes/file.php:1355
Function: Retrieves the list of signing keys trusted by WordPress.
Source: wp-admin/includes/file.php:1510
Filter Hook: Filters the valid signing keys used to verify the contents of files.
Source: wp-admin/includes/file.php:1527
Filter Hook: Filters the maximum error response body size in `download_url() `.
Source: wp-admin/includes/file.php:1176
Filter Hook: Filters whether to short-circuit moving the uploaded file after passing all checks.
Source: wp-admin/includes/file.php:980
Function: Attempts to edit a file for a theme or plugin.
Source: wp-admin/includes/file.php:370
Function: Gets the list of file extensions that are editable in plugins.
Source: wp-admin/includes/file.php:189
Function: Gets the list of file extensions that are editable for a given theme.
Source: wp-admin/includes/file.php:248
Function: Prints file editor templates (for plugins and themes).
Source: wp-admin/includes/file.php:304
Filter Hook: Filters the list of file types allowed for editing in the theme file editor.
Source: wp-admin/includes/file.php:293
Function: Prints the filesystem credentials modal when needed.
Source: wp-admin/includes/file.php:2464
Function: Handles PHP uploads in WordPress.
Source: wp-admin/includes/file.php:772
Filter Hook: Filters the data for a file before it is uploaded to WordPress.
Source: wp-admin/includes/file.php:803
Filter Hook: Filters the filesystem method to use.
Source: wp-admin/includes/file.php:2133
Function: Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.
Source: wp-admin/includes/file.php:2166
Filter Hook: Filters the filesystem credentials.
Source: wp-admin/includes/file.php:2191
Filter Hook: Filters the connection types to output to the filesystem credentials form.
Source: wp-admin/includes/file.php:2337
Function: Determines which method to use for reading, writing, modifying, or deleting files on the filesystem.
Source: wp-admin/includes/file.php:2062
Function: Downloads a URL to a local temporary file using the WordPress HTTP API.
Source: wp-admin/includes/file.php:1125
Function: Calculates and compares the MD5 of a file to its expected value.
Source: wp-admin/includes/file.php:1318
Function: Gets the absolute filesystem path to the root of the WordPress installation.
Source: wp-admin/includes/file.php:107
Function: Unzips a specified ZIP file to a location on the filesystem via the WordPress Filesystem Abstraction.
Source: wp-admin/includes/file.php:1548
Function: Returns a listing of all files in the specified folder and all subdirectories up to 100 levels deep.
Source: wp-admin/includes/file.php:136
Filter Hook: Filters whether to use ZipArchive to unzip archives.
Source: wp-admin/includes/file.php:1589