Core Function
View Source on Trac ↗ wp_comments_personal_data_exporter()
wp_comments_personal_data_exporter( mixed $email_address, mixed $page = 1 ) Finds and exports personal data associated with an email address from the comments table.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $email_address string | The comment author email address. Required |
| $page int | Comment page number. |
Return Value
(array)
array {
An array of personal data.
Function Information
Since Version
4.9.6
Source File
wp-includes/comment.php
Advertisement