X7ROOT File Manager
Current Path:
/home/notabjze/animation.mentors-house.com/wp-admin
home
/
notabjze
/
animation.mentors-house.com
/
wp-admin
/
ðŸ“
..
📄
about.php
(18.82 KB)
📄
admin-ajax.php
(4.83 KB)
📄
admin-footer.php
(2.76 KB)
📄
admin-functions.php
(406 B)
📄
admin-header.php
(8.82 KB)
📄
admin-post.php
(2 KB)
📄
admin.php
(12.26 KB)
📄
async-upload.php
(4.68 KB)
📄
authorize-application.php
(10.09 KB)
📄
comment.php
(11.29 KB)
📄
contribute.php
(5.49 KB)
📄
credits.php
(3.67 KB)
ðŸ“
css
📄
custom-background.php
(416 B)
📄
custom-header.php
(426 B)
📄
customize.php
(10.61 KB)
📄
edit-comments.php
(14.38 KB)
📄
edit-form-advanced.php
(28.63 KB)
📄
edit-form-blocks.php
(11.74 KB)
📄
edit-form-comment.php
(8.34 KB)
📄
edit-link-form.php
(6.21 KB)
📄
edit-tag-form.php
(10.45 KB)
📄
edit-tags.php
(21.91 KB)
📄
edit.php
(19.43 KB)
📄
erase-personal-data.php
(7.36 KB)
📄
export-personal-data.php
(7.76 KB)
📄
export.php
(11.01 KB)
📄
freedoms.php
(4.43 KB)
ðŸ“
images
📄
import.php
(7.47 KB)
ðŸ“
includes
📄
index.php
(7.68 KB)
📄
install-helper.php
(6.8 KB)
📄
install.php
(17.09 KB)
ðŸ“
js
📄
link-add.php
(742 B)
📄
link-manager.php
(4.26 KB)
📄
link-parse-opml.php
(2.63 KB)
📄
link.php
(2.7 KB)
📄
load-scripts.php
(1.66 KB)
📄
load-styles.php
(2.56 KB)
ðŸ“
maint
📄
media-new.php
(3.18 KB)
📄
media-upload.php
(3.49 KB)
📄
media.php
(763 B)
📄
menu-header.php
(9.84 KB)
📄
menu.php
(16.75 KB)
📄
moderation.php
(307 B)
📄
ms-admin.php
(196 B)
📄
ms-delete-site.php
(4.19 KB)
📄
ms-edit.php
(216 B)
📄
ms-options.php
(223 B)
📄
ms-sites.php
(215 B)
📄
ms-themes.php
(217 B)
📄
ms-upgrade-network.php
(219 B)
📄
ms-users.php
(215 B)
📄
my-sites.php
(4.74 KB)
📄
nav-menus.php
(47.76 KB)
ðŸ“
network
📄
network.php
(5.35 KB)
📄
options-discussion.php
(15.58 KB)
📄
options-general.php
(16.79 KB)
📄
options-head.php
(492 B)
📄
options-media.php
(6.35 KB)
📄
options-permalink.php
(21.12 KB)
📄
options-privacy.php
(9.97 KB)
📄
options-reading.php
(10.07 KB)
📄
options-writing.php
(9.06 KB)
📄
options.php
(13.3 KB)
📄
plugin-editor.php
(13.39 KB)
📄
plugin-install.php
(6.78 KB)
📄
plugins.php
(28.82 KB)
📄
post-new.php
(2.64 KB)
📄
post.php
(9.85 KB)
📄
press-this.php
(2.33 KB)
📄
privacy-policy-guide.php
(3.67 KB)
📄
privacy.php
(2.41 KB)
📄
profile.php
(283 B)
📄
revision.php
(5.47 KB)
📄
setup-config.php
(17.33 KB)
📄
site-editor.php
(5.96 KB)
📄
site-health-info.php
(3.97 KB)
📄
site-health.php
(10.14 KB)
📄
term.php
(2.2 KB)
📄
theme-editor.php
(15.15 KB)
📄
theme-install.php
(23.35 KB)
📄
themes.php
(46.89 KB)
📄
tools.php
(3.43 KB)
📄
update-core.php
(45.2 KB)
📄
update.php
(12.43 KB)
📄
upgrade-functions.php
(341 B)
📄
upgrade.php
(5.55 KB)
📄
upload.php
(14.84 KB)
ðŸ“
user
📄
user-edit.php
(39.07 KB)
📄
user-new.php
(23.99 KB)
📄
users.php
(23.29 KB)
📄
widgets-form-blocks.php
(4.39 KB)
📄
widgets-form.php
(19.17 KB)
📄
widgets.php
(1.09 KB)
Editing: admin-footer.php
<?php /** * WordPress Administration Template Footer * * @package WordPress * @subpackage Administration */ // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * @global string $hook_suffix */ global $hook_suffix; ?> <div class="clear"></div></div><!-- wpbody-content --> <div class="clear"></div></div><!-- wpbody --> <div class="clear"></div></div><!-- wpcontent --> <div id="wpfooter" role="contentinfo"> <?php /** * Fires after the opening tag for the admin footer. * * @since 2.5.0 */ do_action( 'in_admin_footer' ); ?> <p id="footer-left" class="alignleft"> <?php $text = sprintf( /* translators: %s: https://wordpress.org/ */ __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) ); /** * Filters the "Thank you" text displayed in the admin footer. * * @since 2.8.0 * * @param string $text The content that will be printed. */ echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' ); ?> </p> <p id="footer-upgrade" class="alignright"> <?php /** * Filters the version/update text displayed in the admin footer. * * WordPress prints the current version and update information, * using core_update_footer() at priority 10. * * @since 2.3.0 * * @see core_update_footer() * * @param string $content The content that will be printed. */ echo apply_filters( 'update_footer', '' ); ?> </p> <div class="clear"></div> </div> <?php /** * Prints scripts or data before the default footer scripts. * * @since 1.2.0 * * @param string $data The data to print. */ do_action( 'admin_footer', '' ); /** * Prints scripts and data queued for the footer. * * The dynamic portion of the hook name, `$hook_suffix`, * refers to the global hook suffix of the current page. * * @since 4.6.0 */ do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores /** * Prints any scripts and data queued for the footer. * * @since 2.8.0 */ do_action( 'admin_print_footer_scripts' ); /** * Prints scripts or data after the default footer scripts. * * The dynamic portion of the hook name, `$hook_suffix`, * refers to the global hook suffix of the current page. * * @since 2.8.0 */ do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores // get_site_option() won't exist when auto upgrading from <= 2.7. if ( function_exists( 'get_site_option' ) && false === get_site_option( 'can_compress_scripts' ) ) { compression_test(); } ?> <div class="clear"></div></div><!-- wpwrap --> <script type="text/javascript">if(typeof wpOnload==='function')wpOnload();</script> </body> </html>
Upload File
Create Folder