Make WordPress Core

Changeset 47150


Ignore:
Timestamp:
02/01/2020 04:15:15 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document the addition of $json_report_pathname parameter to the wp_privacy_personal_data_export_file_created action.

Follow-up to [47146].

Props xkon.
Fixes #49029.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/privacy-tools.php

    r47146 r47150  
    468468             *
    469469             * @since 4.9.6
     470             * @since 5.4.0 Added the `$json_report_pathname` parameter.
    470471             *
    471472             * @param string $archive_pathname     The full path to the export file on the filesystem.
    472473             * @param string $archive_url          The URL of the archive file.
    473              * @param string $html_report_pathname The full path to the personal data report on the filesystem.
     474             * @param string $html_report_pathname The full path to the HTML personal data report on the filesystem.
    474475             * @param int    $request_id           The export request ID.
     476             * @param string $json_report_pathname The full path to the JSON personal data report on the filesystem.
    475477             */
    476478            do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname );
Note: See TracChangeset for help on using the changeset viewer.