Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43895, comment 32


Ignore:
Timestamp:
05/24/2019 03:55:40 AM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43895, comment 32

    initial v1  
    88Don't see a problem with renaming them. Yes, the old classes can be added to deprecated.php
    99
    10 > - There will most likely need to be `function_exists()` checks for any function reorganized when called. If the function does not exist, `include_once` should load `privacy.php`.
     10> There will most likely need to be `function_exists()` checks for any function reorganized when called. If the function does not exist, `include_once` should load `privacy.php`.
    1111
    1212Not seeing any functions that are not loaded. Can re-check the loading order just in case.
    1313
    14 > - Some code needs to be added to guarantee that the old privacy tool locations (`tools.php?page=export_personal_data` and `tools.php?page=remove_personal_data`) are redirected to the new locations.
     14> Some code needs to be added to guarantee that the old privacy tool locations (`tools.php?page=export_personal_data` and `tools.php?page=remove_personal_data`) are redirected to the new locations.
    1515
    1616Right, will need to add that, same as for the privacy-policy-guide.php.