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/media.php

    r56434 r56482  
    53605360 *
    53615361 * @param string $email_address The attachment owner email address.
    5362  * @param int    $page          Attachment page.
    5363  * @return array An array of personal data.
     5362 * @param int    $page          Attachment page number.
     5363 * @return array {
     5364 *     An array of personal data.
     5365 *
     5366 *     @type array[] $data An array of personal data arrays.
     5367 *     @type bool    $done Whether the exporter is finished.
     5368 * }
    53645369 */
    53655370function wp_media_personal_data_exporter( $email_address, $page = 1 ) {
Note: See TracChangeset for help on using the changeset viewer.