apply_filters( "async_upload_{$type}", int $id )

Filters the returned ID of an uploaded attachment.


Description

The dynamic portion of the hook name, $type, refers to the attachment type.

Possible hook names include:

  • async_upload_audio
  • async_upload_file
  • async_upload_image
  • async_upload_video

Parameters

$id

Uploaded attachment ID.


Source

File: wp-admin/async-upload.php

View on GitHub


Changelog

Changelog
Version Description
2.5.0 Introduced.