Changeset 50505 for trunk/src/wp-admin/async-upload.php
- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r49108 r50505 120 120 * Filters the returned ID of an uploaded attachment. 121 121 * 122 * The dynamic portion of the hook name, `$type`, refers to the attachment type, 123 * such as 'image', 'audio', 'video', 'file', etc. 122 * The dynamic portion of the hook name, `$type`, refers to the attachment type. 123 * 124 * Possible hook names include: 125 * 126 * - `async_upload_audio` 127 * - `async_upload_file` 128 * - `async_upload_image` 129 * - `async_upload_video` 124 130 * 125 131 * @since 2.5.0
Note: See TracChangeset
for help on using the changeset viewer.