Skip to content

Commit

Permalink
Merge pull request #71 from humanmade/backport-69-to-v8-branch
Browse files Browse the repository at this point in the history
[Backport v8-branch] Issue #64 Images in documentation are broken
  • Loading branch information
roborourke authored Feb 8, 2022
2 parents 8c98b8a + c03f9e8 commit 60e0f60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added docs/assets/data-export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/privacy-page-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/privacy-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The standard content hierarchy is as follows:

Under the [Settings > Privacy admin menu item](internal://admin/privacy.php) it is possible to select which page you would like to use as the privacy policy page.

![Privacy page settings screen](./assets/privacy-page-settings.png)
![Privacy page settings screen](../assets/privacy-page-settings.png)

The Privacy Policy page ID is stored as an option:

Expand Down Expand Up @@ -74,7 +74,7 @@ add_action( 'admin_init', function () {

When a user makes a request for an export of their personal data a confirmation request should be sent to them via the [Export Personal Data tool](internal://admin/tools.php?page=export_personal_data) by filling in their email address and clicking send.

![Personal Data Export admin screen](./assets/data-export.png)
![Personal Data Export admin screen](../assets/data-export.png)

Once they have confirmed their request a zip file is created and emailed to them.

Expand Down

0 comments on commit 60e0f60

Please sign in to comment.