Make WordPress Core


Ignore:
Timestamp:
02/11/2020 09:41:26 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Introduce filters for the headers of all the privacy-related e-mails:

  • wp_privacy_personal_data_email_headers
  • user_request_confirmed_email_headers
  • user_erasure_complete_email_headers
  • user_request_action_email_headers

Props xkon, garrett-eclipse, zaffarn, desrosj.
Fixes #44501.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user.php

    r47270 r47279  
    17991799     * Testing the `wp_privacy_additional_user_profile_data` filter works.
    18001800     *
     1801     * @since 5.4.0
     1802     *
    18011803     * @ticket 47509
    18021804     */
     
    18821884     * Filter callback to add additional profile data to the User Group on Export Requests.
    18831885     *
     1886     * @since 5.4.0
     1887     *
    18841888     * @ticket 47509
    18851889     *
     
    19021906     *
    19031907     * This callback should generate a `_doing_it_wrong()`.
     1908     *
     1909     * @since 5.4.0
    19041910     *
    19051911     * @ticket 47509
Note: See TracChangeset for help on using the changeset viewer.