Changeset 48473 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/14/2020 11:54:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r48446 r48473 4779 4779 * Array of personal data exporters. 4780 4780 * 4781 * @type string$callback Callable exporter function that accepts an4782 * email address and a page and returns an array4783 * of name => value pairs of personal data.4784 * @type string $exporter_friendly_name Translated user facing friendly name for the4785 * exporter.4781 * @type callable $callback Callable exporter function that accepts an 4782 * email address and a page and returns an array 4783 * of name => value pairs of personal data. 4784 * @type string $exporter_friendly_name Translated user facing friendly name for the 4785 * exporter. 4786 4786 * } 4787 4787 * } … … 4969 4969 * Array of personal data exporters. 4970 4970 * 4971 * @type string$callback Callable eraser that accepts an email address and4972 * a page and returns an array with boolean values for4973 * whether items were removed or retained and any messages4974 * from the eraser, as well as if additional pages are4975 * available.4976 * @type string $exporter_friendly_name Translated user facing friendly name for the eraser.4971 * @type callable $callback Callable eraser that accepts an email address and 4972 * a page and returns an array with boolean values for 4973 * whether items were removed or retained and any messages 4974 * from the eraser, as well as if additional pages are 4975 * available. 4976 * @type string $exporter_friendly_name Translated user facing friendly name for the eraser. 4977 4977 * } 4978 4978 * }
Note: See TracChangeset
for help on using the changeset viewer.