Skip to content

Commit

Permalink
Merge pull request #49 from humanmade/docs-be-ae
Browse files Browse the repository at this point in the history
Docs: BE → AE
  • Loading branch information
joehoyle authored Aug 13, 2019
2 parents b9fa23d + afa509b commit eb97c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ Fired after the autoloader has been included. Modules can only be registered on

**`altis.modules.<slug>.loaded : Module $module`**

Used to fire a module's registered loader callback. Recieves the `Module` object registered with the corresponding slug as an argument.
Used to fire a module's registered loader callback. Receives the `Module` object registered with the corresponding slug as an argument.
4 changes: 2 additions & 2 deletions docs/privacy-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ add_filter( 'wp_privacy_personal_data_exporters', function ( array $exporters )
} );
```

The `form_response_exporter` callback function recieves the requester's email address and is responsible for collecting the custom data.
The `form_response_exporter` callback function receives the requester's email address and is responsible for collecting the custom data.

The function should paginate results to avoid timeouts and performance issues. To help with this core checks the value of `done` in the returned array and if false will call the function again with the `$page` argument incremented by 1.

Expand Down Expand Up @@ -244,7 +244,7 @@ Allows modifying the email text sent to users with their data export download li

## Capabilities

The privacy features have some custom capablities allowing for non-admins or custom user roles to be able to manage personal data exports and deletion.
The privacy features have some custom capabilities allowing for non-admins or custom user roles to be able to manage personal data exports and deletion.

**`erase_others_personal_data`**

Expand Down

0 comments on commit eb97c94

Please sign in to comment.