Changeset 48100 for trunk/src/wp-includes/media.php
- Timestamp:
- 06/19/2020 10:53:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/wp-includes/media.php ¶
r48099 r48100 748 748 * of width and height values in pixels (in that order). 749 749 * Default 'thumbnail'. 750 * @return array|false $data{750 * @return array|false { 751 751 * Array of file relative path, width, and height on success. Additionally includes absolute 752 752 * path and URL if registered size is passed to $size parameter. False on failure. … … 4550 4550 * @param string $email_address The attachment owner email address. 4551 4551 * @param int $page Attachment page. 4552 * @return array $returnAn array of personal data.4552 * @return array An array of personal data. 4553 4553 */ 4554 4554 function wp_media_personal_data_exporter( $email_address, $page = 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.