summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-admin/includes/privacy-tools.php
Commit message (Expand)AuthorAge
* Docs: Improve and standardise the format of placeholder strings that get repl...John Blackbourn9 days
* Code Modernization: Replace usage of `strpos()` with `str_contains()`.Sergey Biryukov2023-06-22
* Code Modernization: Replace usage of `strpos()` with `str_starts_with()`.Sergey Biryukov2023-05-02
* I18N: Introduce `switch_to_user_locale()`.Pascal Birchler2023-01-30
* Coding Standards: Always use parentheses when instantiating an object.Sergey Biryukov2022-11-29
* General: Replace all `esc_url_raw()` calls in core with `sanitize_url()`.Sergey Biryukov2022-06-01
* Coding Standards: Fix indentation and remove `ignore` annotation in `wp_priva...Tonya Mork2021-08-26
* Privacy: Improve naming of user confimed action email filters.Anthony Burchell2021-06-09
* Privacy: Ensure "Export Personal Data" does not generate invalid JSON.David Baumwald2021-04-14
* Code Modernization: Check if the `_export_data_grouped` post meta is an array...Sergey Biryukov2021-03-29
* Privacy: Rename the `$send_confirmation_email` parameter of `wp_create_user_r...Sergey Biryukov2021-02-05
* Docs: Update documentation for `wp_create_user_request()` per the documentati...Sergey Biryukov2021-02-02
* Privacy: Allow Admin to Skip e-mail confirmation for Export.Anthony Burchell2021-02-02
* Privacy: Add newlines to the `index.php` file in `wp-personal-data-exports` d...Sergey Biryukov2021-01-28
* Privacy: Ensure that exported user data reports can't be found with directory...Jake Spurlock2021-01-27
* Privacy: Use more consistent wording for strings related to personal data req...Sergey Biryukov2021-01-17
* Docs: Promote many `bool` types to `true` or `false` where only that value is...John Blackbourn2021-01-03
* Text Changes: Unify various "Back to..." vs. "Return to..." vs. "Go to..." st...Sergey Biryukov2020-11-09
* Privacy: Show notices for both failed and successful bulk actions.Helen Hou-Sandi2020-10-27
* Privacy: Improve clarity of privacy error strings.Sergey Biryukov2020-10-04
* Privacy: Check if the accumulated data in `wp_privacy_process_personal_data_e...Sergey Biryukov2020-09-21
* Docs: Correct `@see` references for privacy hooks:Sergey Biryukov2020-07-25
* Docs: First pass at some inline docs fixes mostly made by PHPCBF.John Blackbourn2020-07-23
* Docs: Various formatting improvements to inline docblocks.John Blackbourn2020-07-23
* Privacy: Simplify the logic for updating the meta values for personal data ex...Sergey Biryukov2020-07-06
* Docs: Correct spelling of "backward compatibility" per the Core Contributor H...Sergey Biryukov2020-07-04
* Accessibility: Privacy: Accessibility improvements for the Privacy Policy Gui...Andrea Fercia2020-06-30
* Privacy: Use relative paths for exported personal data.Jake Spurlock2020-06-22
* Docs: Remove unnecessary variables names from `@return` tags.John Blackbourn2020-06-19
* Privacy: Revert use relative paths for exported personal data.Jake Spurlock2020-06-18
* Privacy: Use relative paths for exported personal data.Jake Spurlock2020-06-18
* Privacy: Introduce filters for the headers of all the privacy-related e-mails:Sergey Biryukov2020-02-11
* Privacy: Add a table of contents to Personal Data Export report for easier na...Sergey Biryukov2020-02-11
* Privacy: Rename `wp_get_user_request_data()` to `wp_get_user_request()` for c...Sergey Biryukov2020-02-10
* Coding Standards: Use Yoda conditions where appropriate.Sergey Biryukov2020-02-09
* Docs: Document the addition of `$json_report_pathname` parameter to the `wp_p...Sergey Biryukov2020-02-01
* Privacy: Introduce a JSON file into the personal data export.Sergey Biryukov2020-01-31
* Privacy: Remove user's email address from personal data export filename.Sergey Biryukov2020-01-31
* Docs: Improve inline comments per the documentation standards.Sergey Biryukov2020-01-29
* Privacy: Introduce `wp_privacy_personal_data_email_to` and `wp_privacy_person...Sergey Biryukov2019-09-23
* Privacy: Display group items count in the personal data export file if there'...Sergey Biryukov2019-09-20
* I18N: Capitalize translator comments consistently, add trailing punctuation.Sergey Biryukov2019-09-03
* Privacy: Add descriptions for sections in a personal data export file.Sergey Biryukov2019-08-18
* Administration: Replace legacy `updated` message type in `add_settings_error(...Sergey Biryukov2019-08-16
* Privacy tools:Andrew Ozz2019-06-10
* Privacy tools: Organize privacy functions into logical files and classes.Andrew Ozz2019-05-26