FM

/home/u523506497/domains/mymelon.in/public_html/aggrigate/wp-admin UP

<?php

/*
 * The error_reporting() function can be disabled in php.ini. On systems where that is the case,
 * it's best to add a dummy function to the wp-config.php file, but as this call to the function
 * is run prior to wp-config.php loading, it is wrapped in a function_exists() check.
 */
if ( function_exists( 'error_reporting' ) ) {
	/*
	 * 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' );

$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;
}

require ABSPATH . 'wp-admin/includes/noop.php';
require ABSPATH . WPINC . '/script-loader.php';
require ABSPATH . WPINC . '/version.php';

$expires_offset = 31536000; // 1 year.
$out            = '';

$wp_scripts = new WP_Scripts();
wp_default_scripts( $wp_scripts );
wp_default_packages_vendor( $wp_scripts );
wp_default_packages_scripts( $wp_scripts );

$etag = $wp_scripts->get_etag( $load );

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_scripts->registered ) ) {
		continue;
	}

	$path = ABSPATH . $wp_scripts->registered[ $handle ]->src;
	$out .= get_file( $path ) . "\n";
}

header( "Etag: $etag" );
header( 'Content-Type: application/javascript; 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;
about.php17994V
admin-ajax.php5146V
admin-footer.php2804V
admin-functions.php472V
admin-header.php9284V
admin-post.php2021V
admin.php12935V
async-upload.php5604V
authorize-application.php10335V
comment.php11643V
contribute.php5656V
credits.php4141V
css-
custom-background.php482V
custom-header.php492V
customize.php11586V
edit-comments.php14484V
edit-form-advanced.php29481V
edit-form-blocks.php15528V
edit-form-comment.php13980V
edit-link-form.php6347V
edit-tag-form.php10658V
edit-tags.php22510V
edit.php19952V
erase-personal-data.php7505V
export-personal-data.php7940V
export.php11265V
font-library.php1480V
freedoms.php4574V
images-
import.php7766V
includes-
index.php7864V
install-helper.php6961V
install.php18375V
js-
link-add.php934V
link-manager.php4361V
link-parse-opml.php2721V
link.php2957V
load-scripts.php2070V
load-styles.php2995V
maint-
media-new.php3249V
media-upload.php3668V
media.php819V
menu-header.php10052V
menu.php18134V
moderation.php307V
ms-admin.php196V
ms-delete-site.php4613V
ms-edit.php216V
ms-options.php229V
ms-sites.php215V
ms-themes.php217V
ms-upgrade-network.php219V
ms-users.php215V
my-sites.php4831V
nav-menus.php50199V
network-
network.php5523V
options-connectors-cron.php0V
options-connectors.php1543V
options-discussion.php16403V
options-general.php22855V
options-head.php614V
options-media.php6640V
options-permalink.php22491V
options-privacy.php10704V
options-reading.php10198V
options-writing.php9404V
options.php14266V
plugin-editor.php14071V
plugin-install.php7433V
plugins.php30744V
post-new.php2768V
post.php10821V
press-this.php2470V
privacy-policy-guide.php3756V
privacy.php2512V
profile.php283V
revision.php5836V
setup-config.php17928V
site-editor.php12483V
site-health-info.php4173V
site-health.php10427V
term.php2249V
theme-editor.php17279V
theme-install.php24315V
themes.php49728V
tools.php3514V
update-core.php46202V
update.php13062V
upgrade-functions.php341V
upgrade.php6390V
upload.php15292V
user-
user-edit.php41844V
user-new-git.php0V
user-new.php24664V
users.php25698V
widgets-form-blocks.php5235V
widgets-form.php19588V
widgets.php1112V
Blog - Page 289 of 508 - My Melon - Digital Marketing & Creative Agency
Skip to content Skip to footer