Make WordPress Core


Ignore:
Timestamp:
08/28/2023 09:51:44 PM (2 years ago)
Author:
johnbillion
Message:

Privacy: Improve docblocks for hooks and functions related to personal data export and erasure.

See #58833

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r56478 r56482  
    38083808 *
    38093809 * @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 * }
    38113816 */
    38123817function wp_user_personal_data_exporter( $email_address ) {
Note: See TracChangeset for help on using the changeset viewer.