var
/
www
/
html
/
servotec-doerpen.de
/
wp-admin
| uid:33
admin-footer.php
[X]
<?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>.' ), esc_url( __( '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>
css/
-
O
R
D
images/
-
O
R
D
includes/
-
O
R
D
js/
-
O
R
D
maint/
-
O
R
D
network/
-
O
R
D
user/
-
O
R
D
about.php
17.7K
V
E
R
D
admin-footer.php
2.8K
V
E
R
D
admin-functions.php
479
V
E
R
D
admin-header.php
9.1K
V
E
R
D
admin-post.php
2K
V
E
R
D
admin.php
12.3K
V
E
R
D
async-upload.php
5.5K
V
E
R
D
authorize-application.php
10.1K
V
E
R
D
comment.php
11.3K
V
E
R
D
contribute.php
5.9K
V
E
R
D
credits.php
4.4K
V
E
R
D
custom-header.php
499
V
E
R
D
customize.php
11K
V
E
R
D
edit-comments.php
14.4K
V
E
R
D
edit-form-advanced.php
28.8K
V
E
R
D
edit-form-blocks.php
14.6K
V
E
R
D
edit-link-form.php
6.2K
V
E
R
D
edit-tag-form.php
10.4K
V
E
R
D
edit-tags.php
22K
V
E
R
D
edit.php
19.5K
V
E
R
D
erase-personal-data.php
7.3K
V
E
R
D
export-personal-data.php
7.8K
V
E
R
D
export.php
11K
V
E
R
D
freedoms.php
4.8K
V
E
R
D
import.php
7.6K
V
E
R
D
index.php
7.7K
V
E
R
D
install-helper.php
6.8K
V
E
R
D
install.php
17.8K
V
E
R
D
link-add.php
934
V
E
R
D
link-manager.php
4.3K
V
E
R
D
link.php
2.9K
V
E
R
D
load-scripts.php
2K
V
E
R
D
load-styles.php
2.9K
V
E
R
D
media-upload.php
3.6K
V
E
R
D
menu-header.php
9.8K
V
E
R
D
menu.php
17.5K
V
E
R
D
moderation.php
307
V
E
R
D
ms-admin.php
196
V
E
R
D
ms-delete-site.php
4.5K
V
E
R
D
ms-edit.php
216
V
E
R
D
ms-options.php
229
V
E
R
D
ms-sites.php
215
V
E
R
D
ms-themes.php
217
V
E
R
D
ms-users.php
215
V
E
R
D
nav-menus.php
48.2K
V
E
R
D
network.php
5.4K
V
E
R
D
options-discussion.php
15.9K
V
E
R
D
options-general.php
21.6K
V
E
R
D
options-head.php
621
V
E
R
D
options-media.php
6.4K
V
E
R
D
options-permalink.php
21.2K
V
E
R
D
options-privacy.php
10K
V
E
R
D
options-reading.php
9.9K
V
E
R
D
options-writing.php
9.1K
V
E
R
D
plugin-editor.php
13.8K
V
E
R
D
plugin-install.php
7K
V
E
R
D
plugins.php
30K
V
E
R
D
post-new.php
2.7K
V
E
R
D
post.php
10K
V
E
R
D
press-this.php
2.3K
V
E
R
D
privacy-policy-guide.php
3.7K
V
E
R
D
privacy.php
2.8K
V
E
R
D
revision.php
5.7K
V
E
R
D
setup-config.php
17.5K
V
E
R
D
site-editor.php
12K
V
E
R
D
site-health-info.php
4K
V
E
R
D
term.php
2.2K
V
E
R
D
theme-editor.php
16.9K
V
E
R
D
theme-install.php
23.4K
V
E
R
D
themes.php
47.9K
V
E
R
D
tools.php
3.4K
V
E
R
D
update-core.php
45.4K
V
E
R
D
update.php
12.8K
V
E
R
D
upgrade-functions.php
341
V
E
R
D
upload.php
14.9K
V
E
R
D
user-edit.php
40.4K
V
E
R
D
user-new.php
24K
V
E
R
D
users.php
23.3K
V
E
R
D
widgets-form-blocks.php
5.1K
V
E
R
D
widgets-form.php
19.3K
V
E
R
D
widgets.php
1.1K
V
E
R
D