Changeset 50505 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 03/07/2021 12:30:38 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r50264 r50505 697 697 * of media uploaded. 698 698 * 699 * Possible hook names include: 700 * 701 * - `image_upload_iframe_src` 702 * - `media_upload_iframe_src` 703 * 699 704 * @since 3.0.0 700 705 * 701 * @param string $upload_iframe_src The upload iframe source URL by type.706 * @param string $upload_iframe_src The upload iframe source URL. 702 707 */ 703 708 $upload_iframe_src = apply_filters( "{$type}_upload_iframe_src", $upload_iframe_src ); … … 893 898 * The dynamic portion of the hook name, `$type`, refers to the type 894 899 * of media being sent. 900 * 901 * Possible hook names include: 902 * 903 * - `audio_send_to_editor_url` 904 * - `file_send_to_editor_url` 905 * - `video_send_to_editor_url` 895 906 * 896 907 * @since 3.3.0
Note: See TracChangeset
for help on using the changeset viewer.