Advertisement

wp_trusted_keys

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.

Advertisement

download_url

Downloads a URL to a local temporary file using the WordPress HTTP API.

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.