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_audioasync_upload_fileasync_upload_imageasync_upload_video
Parameters
$idint- Uploaded attachment ID.
Source
echo apply_filters( "async_upload_{$type}", $id );
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.