$requests_table->
process_bulk_action();
$requests_table->
prepare_items();
require_once ABSPATH . 'wp-admin/admin-header.php';
?>
<div class="wrap nosubsub">
<h1><?php
esc_html_e( 'Export Personal Data'
); ?></h1>
<p><?php
_e( 'This tool helps site owners comply with local laws and regulations by exporting known data for a given user in a .zip file.'
); ?></p>
<hr class="wp-header-end" />
<?php
settings_errors(); ?>
<form action="<?php
echo esc_url( admin_url( 'export-personal-data.php'
) ); ?>" method="post" class="wp-privacy-request-form">
<h2><?php
esc_html_e( 'Add Data Export Request'
); ?></h2>
<div class="wp-privacy-request-form-field">
<table class="form-table">
<tr>
<th scope="row">
<label for="username_or_email_for_privacy_request"><?php
esc_html_e( 'Username or email address'
); ?></label>
</th>
<td>
<input type="text" required class="regular-text ltr" id="username_or_email_for_privacy_request" name="username_or_email_for_privacy_request" />
</td>
</tr>
<tr>
<th scope="row">