Filter the valid signing keys used to verify the contents of files.
wp_trusted_keys
Retrieves the list of signing keys trusted by WordPress.
verify_file_signature
Verifies the contents of a file against its ED25519 signature.
verify_file_md5
Calculates and compares the MD5 of a file to its expected value.
Advertisement
wp_signature_softfail
Filters whether Signature Verification failures should be allowed to soft fail.
wp_signature_url
Filter the URL where the signature for a file is located.
wp_signature_hosts
Filters the list of hosts which should have Signature Verification attempted on.
download_url_error_max_body_size
Filters the maximum error response body size in `download_url()`.
Advertisement
download_url
Downloads a URL to a local temporary file using the WordPress HTTP API.
wp_handle_sideload
Wrapper for _wp_handle_upload().
wp_handle_upload
Wrapper for _wp_handle_upload().
wp_handle_upload
Filters the data array for the uploaded file.
Advertisement
pre_move_uploaded_file
Filters whether to short-circuit moving the uploaded file after passing all checks.
{$action}_prefilter
Filters the data for a file before it is uploaded to WordPress.
_wp_handle_upload
Handles PHP uploads in WordPress.