Changeset 56482 for trunk/src/wp-includes/user.php
- Timestamp:
- 08/28/2023 09:51:44 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r56478 r56482 3808 3808 * 3809 3809 * @param string $email_address The user's email address. 3810 * @return array An array of personal data. 3810 * @return array { 3811 * An array of personal data. 3812 * 3813 * @type array[] $data An array of personal data arrays. 3814 * @type bool $done Whether the exporter is finished. 3815 * } 3811 3816 */ 3812 3817 function wp_user_personal_data_exporter( $email_address ) {
Note: See TracChangeset
for help on using the changeset viewer.