Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Hooks in wp-admin/includes/file.php

WP version: 5.1

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 editable_extensions filter no wp-admin/includes/file.php
2 wp_theme_editor_filetypes filter no wp-admin/includes/file.php
3 {$action}_prefilter note filter no wp-admin/includes/file.php
4 pre_move_uploaded_file filter no wp-admin/includes/file.php
5 wp_handle_upload filter no wp-admin/includes/file.php
6 unzip_file_use_ziparchive filter no wp-admin/includes/file.php
7 filesystem_method_file filter no wp-admin/includes/file.php
8 filesystem_method filter no wp-admin/includes/file.php
9 request_filesystem_credentials filter no wp-admin/includes/file.php
10 fs_ftp_connection_types filter no wp-admin/includes/file.php
11 wp_privacy_export_expiration filter no wp-admin/includes/file.php
12 wp_privacy_personal_data_email_content filter no wp-admin/includes/file.php
13 wp_privacy_personal_data_exporters filter no wp-admin/includes/file.php
14 wp_privacy_personal_data_export_file_created action no wp-admin/includes/file.php
15 wp_privacy_personal_data_export_file action no wp-admin/includes/file.php
16 download_url_error_max_body_size filter YES 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.