- Timestamp:
- 06/19/2020 10:53:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php
r47279 r48100 168 168 * 169 169 * @param int $expiration The expiration age of the export, in seconds. 170 * @return int $expirationThe expiration age of the export, in seconds.170 * @return int The expiration age of the export, in seconds. 171 171 */ 172 172 public function modify_export_expiration( $expiration ) { … … 195 195 * 196 196 * @param string $user_email The email address of the notification recipient. 197 * @return string $user_emailThe modified email address of the notification recipient.197 * @return string The modified email address of the notification recipient. 198 198 */ 199 199 public function filter_email_address( $user_email ) { … … 221 221 * 222 222 * @param string $subject The email subject. 223 * @return string $subjectThe email subject.223 * @return string The email subject. 224 224 */ 225 225 public function filter_email_subject( $subject ) { … … 247 247 * @param string $email_text Text in the email. 248 248 * @param int $request_id The request ID for this personal data export. 249 * @return string $email_textText in the email.249 * @return string Text in the email. 250 250 */ 251 251 public function modify_email_content( $email_text, $request_id ) { … … 275 275 * 276 276 * @param string|array $headers The email headers. 277 * @return array $headersThe new email headers.277 * @return array The new email headers. 278 278 */ 279 279 public function modify_email_headers( $headers ) { … … 320 320 * } 321 321 * 322 * @return string $email_textText in the email.322 * @return string Text in the email. 323 323 */ 324 324 public function modify_email_content_with_email_data( $email_text, $request_id, $email_data ) {
Note: See TracChangeset
for help on using the changeset viewer.