Make WordPress Core


Ignore:
Timestamp:
05/01/2018 11:41:37 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: add new wp-admin screens for exporting and removing of personal data.

Props melchoyce, mikejolley, allendav, xkon.
Merges [42967] to the 4.9 branch.
See #43481.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/includes/admin-filters.php

    r41741 r43071  
    4545add_action( 'admin_head', 'wp_site_icon'             );
    4646add_action( 'admin_head', '_ipad_meta'               );
     47
     48// Privacy tools
     49add_action( 'account_action_failed', '_wp_privacy_account_request_failed' );
     50add_action( 'admin_menu', '_wp_privacy_hook_requests_page' );
    4751
    4852// Prerendering.
Note: See TracChangeset for help on using the changeset viewer.