Changeset 30648 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 11/30/2014 11:27:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r30538 r30648 209 209 210 210 /** 211 * The dynamic portion of the hook name, $action, refers to the post action. 212 * 213 * @since 2.9.0 as 'wp_handle_upload_prefilter' 214 * @since 4.0.0 Converted to a dynamic hook with $action 211 * Filter the data for a file before it is uploaded to WordPress. 212 * 213 * The dynamic portion of the hook name, `$action`, refers to the post action. 214 * 215 * @since 2.9.0 as 'wp_handle_upload_prefilter'. 216 * @since 4.0.0 Converted to a dynamic hook with `$action`. 215 217 * 216 218 * @param array $file An array of data for a single file.
Note: See TracChangeset
for help on using the changeset viewer.