Changeset 60178 for trunk/src/wp-admin/includes/privacy-tools.php
- Timestamp:
- 04/21/2025 11:47:11 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/privacy-tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/privacy-tools.php
r55988 r60178 614 614 /** 615 615 * Filters the recipient of the personal data export email notification. 616 * Should be used with great caution to avoid sending the data export link to wrong emails.616 * Should be used with great caution to avoid sending the data export link to the wrong email. 617 617 * 618 618 * @since 5.3.0 … … 679 679 * 680 680 * The following strings have a special meaning and will get replaced dynamically: 681 * ###EXPIRATION### The date when the URL will be automatically deleted. 682 * ###LINK### URL of the personal data export file for the user. 683 * ###SITENAME### The name of the site. 684 * ###SITEURL### The URL to the site. 681 * 682 * - `###EXPIRATION###` The date when the URL will be automatically deleted. 683 * - `###LINK###` URL of the personal data export file for the user. 684 * - `###SITENAME###` The name of the site. 685 * - `###SITEURL###` The URL to the site. 685 686 * 686 687 * @since 4.9.6
Note: See TracChangeset
for help on using the changeset viewer.