Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Hooks in wp-admin/includes/file.php

WP version: 5.8

Important! Some hooks get applied in multiple files. If you are trying to figure out what a specific hook does, you need to look in all the files that apply the hook. Click the "details" link next to any hook for more information.

Hook Type New? File
1 download_url_error_max_body_size filter no wp-admin/includes/file.php
2 editable_extensions filter no wp-admin/includes/file.php
3 filesystem_method filter no wp-admin/includes/file.php
4 filesystem_method_file filter no wp-admin/includes/file.php
5 fs_ftp_connection_types filter no wp-admin/includes/file.php
6 https_local_ssl_verify filter no wp-admin/includes/file.php
7 pre_move_uploaded_file filter no wp-admin/includes/file.php
8 request_filesystem_credentials filter no wp-admin/includes/file.php
9 unzip_file_use_ziparchive filter no wp-admin/includes/file.php
10 wp_handle_upload filter no wp-admin/includes/file.php
11 wp_opcache_invalidate_file filter no wp-admin/includes/file.php
12 wp_signature_hosts filter no wp-admin/includes/file.php
13 wp_signature_softfail filter no wp-admin/includes/file.php
14 wp_signature_url filter no wp-admin/includes/file.php
15 wp_theme_editor_filetypes filter no wp-admin/includes/file.php
16 wp_trusted_keys filter no wp-admin/includes/file.php
17 {$action}_overrides note filter no wp-admin/includes/file.php
18 {$action}_prefilter note filter no wp-admin/includes/file.php

Important warning about variable hooks

Some hooks have variables in their names. For example, pre_${taxonomy}_$field and admin_head- both have variable names. In general, any hook that ends (or begins) with - or _, or contains a $, has a variable name. Since the syntax with which these variables are defined may change from version to version, this page may think that a hook is deprecated (or new) even if it is not. You can usually catch this sort of thing by comparing this hook to the list of "related hooks" below.