Changeset 37488 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r37467 r37488 252 252 253 253 /** 254 * Filter the data for a file before it is uploaded to WordPress.254 * Filters the data for a file before it is uploaded to WordPress. 255 255 * 256 256 * The dynamic portion of the hook name, `$action`, refers to the post action. … … 400 400 401 401 /** 402 * Filter the data array for the uploaded file.402 * Filters the data array for the uploaded file. 403 403 * 404 404 * @since 2.1.0 … … 590 590 591 591 /** 592 * Filter whether to use ZipArchive to unzip archives.592 * Filters whether to use ZipArchive to unzip archives. 593 593 * 594 594 * @since 3.0.0 … … 891 891 892 892 /** 893 * Filter the path for a specific filesystem method class file.893 * Filters the path for a specific filesystem method class file. 894 894 * 895 895 * @since 2.6.0 … … 1007 1007 1008 1008 /** 1009 * Filter the filesystem method to use.1009 * Filters the filesystem method to use. 1010 1010 * 1011 1011 * @since 2.6.0 … … 1052 1052 1053 1053 /** 1054 * Filter the filesystem credentials form output.1054 * Filters the filesystem credentials form output. 1055 1055 * 1056 1056 * Returning anything other than an empty string will effectively short-circuit … … 1153 1153 1154 1154 /** 1155 * Filter the connection types to output to the filesystem credentials form.1155 * Filters the connection types to output to the filesystem credentials form. 1156 1156 * 1157 1157 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.