/home/altere25/sportzsoft.altereddigital.com/wp-admin
NameSizeModeActions
css/-0755rm
images/-0755rm
includes/-0755rm
js/-0755rm
maint/-0755rm
network/-0755rm
user/-0755rm
about.php239520644editdlrm
admin-ajax.php49420644editdlrm
admin-footer.php28230644editdlrm
admin-functions.php4060644editdlrm
admin-header.php90320644editdlrm
admin-post.php20470644editdlrm
admin.php125590644editdlrm
async-upload.php47890644editdlrm
authorize-application.php103350644editdlrm
comment.php115650644editdlrm
contribute.php56240644editdlrm
credits.php37630644editdlrm
custom-background.php4160644editdlrm
custom-header.php4260644editdlrm
customize.php108650644editdlrm
edit-comments.php147260644editdlrm
edit-form-advanced.php293160644editdlrm
edit-form-blocks.php120240644editdlrm
edit-form-comment.php85440644editdlrm
edit-link-form.php63620644editdlrm
edit-tag-form.php107030644editdlrm
edit-tags.php224360644editdlrm
edit.php198970644editdlrm
erase-personal-data.php75380644editdlrm
export-personal-data.php79450644editdlrm
export.php112790644editdlrm
freedoms.php45370644editdlrm
import.php76470644editdlrm
index.php78640644editdlrm
install-helper.php69610644editdlrm
install.php175010644editdlrm
link-add.php7420644editdlrm
link-manager.php43650644editdlrm
link-parse-opml.php26900644editdlrm
link.php27610644editdlrm
load-scripts.php17000644editdlrm
load-styles.php26260644editdlrm
media-new.php32610644editdlrm
media-upload.php35690644editdlrm
media.php7630644editdlrm
menu-header.php100720644editdlrm
menu.php171500644editdlrm
moderation.php3070644editdlrm
ms-admin.php1960644editdlrm
ms-delete-site.php42870644editdlrm
ms-edit.php2160644editdlrm
ms-options.php2230644editdlrm
ms-sites.php2150644editdlrm
ms-themes.php2170644editdlrm
ms-upgrade-network.php2190644editdlrm
ms-users.php2150644editdlrm
my-sites.php48580644editdlrm
nav-menus.php489100644editdlrm
network.php54820644editdlrm
options-discussion.php159510644editdlrm
options-general.php171920644editdlrm
options-head.php4920644editdlrm
options-media.php65050644editdlrm
options-permalink.php216300644editdlrm
options-privacy.php102100644editdlrm
options-reading.php103140644editdlrm
options-writing.php92730644editdlrm
options.php136240644editdlrm
plugin-editor.php137140644editdlrm
plugin-install.php69400644editdlrm
plugins.php295140644editdlrm
post-new.php27030644editdlrm
post.php100880644editdlrm
press-this.php23860644editdlrm
privacy-policy-guide.php37560644editdlrm
privacy.php24700644editdlrm
profile.php2830644editdlrm
revision.php56000644editdlrm
setup-config.php177420644editdlrm
site-editor.php61020644editdlrm
site-health-info.php40700644editdlrm
site-health.php103870644editdlrm
term.php22490644editdlrm
theme-editor.php155130644editdlrm
theme-install.php239110644editdlrm
themes.php480150644editdlrm
tools.php35140644editdlrm
update-core.php462850644editdlrm
update.php130920644editdlrm
upgrade-functions.php3410644editdlrm
upgrade.php56880644editdlrm
upload.php151980644editdlrm
user-edit.php400050644editdlrm
user-new.php245610644editdlrm
users.php238470644editdlrm
widgets-form-blocks.php45000644editdlrm
widgets-form.php196350644editdlrm
widgets.php11120644editdlrm
Edit: /home/altere25/sportzsoft.altereddigital.com/wp-admin/erase-personal-data.php (7538B)
add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

' . __( 'This screen is where you manage requests to erase personal data.' ) . '

' . '

' . __( 'Privacy Laws around the world require businesses and online services to delete, anonymize, or forget the data they collect about an individual. The rights those laws enshrine are sometimes called the "Right to be Forgotten".' ) . '

' . '

' . __( 'The tool associates data stored in WordPress with a supplied email address, including profile data and comments.' ) . '

' . '

' . __( 'Note: As this tool only gathers data from WordPress and participating plugins, you may need to do more to comply with erasure requests. For example, you are also responsible for ensuring that data collected by or stored with the 3rd party services your organization uses gets deleted.' ) . '

', ) ); get_current_screen()->add_help_tab( array( 'id' => 'default-data', 'title' => __( 'Default Data' ), 'content' => '

' . __( 'WordPress collects (but never publishes) a limited amount of data from logged-in users but then deletes it or anonymizes it. That data can include:' ) . '

' . '

' . __( 'Profile Information — user email address, username, display name, nickname, first name, last name, description/bio, and registration date.' ) . '

' . '

' . __( 'Community Events Location — The IP Address of the user which is used for the Upcoming Community Events shown in the dashboard widget.' ) . '

' . '

' . __( 'Session Tokens — User login information, IP Addresses, Expiration Date, User Agent (Browser/OS), and Last Login.' ) . '

' . '

' . __( 'Comments — WordPress does not delete comments. The software does anonymize (but, again, never publishes) the associated Email Address, IP Address, and User Agent (Browser/OS).' ) . '

' . '

' . __( 'Media — A list of URLs for all media file uploads made by the user.' ) . '

', ) ); $privacy_policy_guide = '

' . 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 Eraser tool. This information may be available in the Privacy Policy Guide.' ), admin_url( 'options-privacy.php?tab=policyguide' ) ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'plugin-data', 'title' => __( 'Plugin Data' ), 'content' => '

' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Erase Personal Data request should delete data from plugins as well.' ) . '

' . '

' . __( 'If you are a plugin author, you can learn more about how to add support for the Personal Data Eraser to a plugin here.' ) . '

' . $privacy_policy_guide, ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Erase Personal Data' ) . '

' . '

' . __( 'Support forums' ) . '

' ); // 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' => 'remove_personal_data_requests_per_page', ) ); $_list_table_args = array( 'plural' => 'privacy_requests', 'singular' => 'privacy_request', ); $requests_table = _get_list_table( 'WP_Privacy_Data_Removal_Requests_List_Table', $_list_table_args ); $requests_table->screen->set_screen_reader_content( array( 'heading_views' => __( 'Filter erase personal data list' ), 'heading_pagination' => __( 'Erase personal data list navigation' ), 'heading_list' => __( 'Erase personal data list' ), ) ); $requests_table->process_bulk_action(); $requests_table->prepare_items(); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>



views(); ?>
search_box( __( 'Search Requests' ), 'requests' ); ?>
display(); $requests_table->embed_scripts(); ?>