- Timestamp:
- 11/09/2023 09:49:41 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
r55337 r57099 627 627 * @return array { 628 628 * @type array { 629 * @ stringstring $expected_status The expected post status after calling the function.630 * @ stringstring $response_page The exporter page to pass. Options are 'first' and 'last'. Default 'first'.631 * @ stringstring $exporter_index The exporter index to pass. Options are 'first' and 'last'. Default 'first'.632 * @ stringstring $page_index The page index to pass. Options are 'first' and 'last'. Default 'first'.633 * @ boolbool $send_as_email If the response should be sent as an email.634 * @ stringstring $exporter_key The slug (key) of the exporter to pass.629 * @type string $expected_status The expected post status after calling the function. 630 * @type string $response_page The exporter page to pass. Options are 'first' and 'last'. Default 'first'. 631 * @type string $exporter_index The exporter index to pass. Options are 'first' and 'last'. Default 'first'. 632 * @type string $page_index The page index to pass. Options are 'first' and 'last'. Default 'first'. 633 * @type bool $send_as_email If the response should be sent as an email. 634 * @type string $exporter_key The slug (key) of the exporter to pass. 635 635 * } 636 636 * }
Note: See TracChangeset
for help on using the changeset viewer.