FM

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

<?php
/**
 * WordPress Generic Request (POST/GET) Handler
 *
 * Intended for form submission handling in themes and plugins.
 *
 * @package WordPress
 * @subpackage Administration
 */

/** We are located in WordPress Administration Screens */
if ( ! defined( 'WP_ADMIN' ) ) {
	define( 'WP_ADMIN', true );
}

/** Load WordPress Bootstrap */
require_once dirname( __DIR__ ) . '/wp-load.php';

/** Allow for cross-domain requests (from the front end). */
send_origin_headers();

require_once ABSPATH . 'wp-admin/includes/admin.php';

nocache_headers();

/** This action is documented in wp-admin/admin.php */
do_action( 'admin_init' );

$action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : '';

// Reject invalid parameters.
if ( ! is_scalar( $action ) ) {
	wp_die( '', 400 );
}

if ( ! is_user_logged_in() ) {
	if ( empty( $action ) ) {
		/**
		 * Fires on a non-authenticated admin post request where no action is supplied.
		 *
		 * @since 2.6.0
		 */
		do_action( 'admin_post_nopriv' );
	} else {
		// If no action is registered, return a Bad Request response.
		if ( ! has_action( "admin_post_nopriv_{$action}" ) ) {
			wp_die( '', 400 );
		}

		/**
		 * Fires on a non-authenticated admin post request for the given action.
		 *
		 * The dynamic portion of the hook name, `$action`, refers to the given
		 * request action.
		 *
		 * @since 2.6.0
		 */
		do_action( "admin_post_nopriv_{$action}" );
	}
} else {
	if ( empty( $action ) ) {
		/**
		 * Fires on an authenticated admin post request where no action is supplied.
		 *
		 * @since 2.6.0
		 */
		do_action( 'admin_post' );
	} else {
		// If no action is registered, return a Bad Request response.
		if ( ! has_action( "admin_post_{$action}" ) ) {
			wp_die( '', 400 );
		}

		/**
		 * Fires on an authenticated admin post request for the given action.
		 *
		 * The dynamic portion of the hook name, `$action`, refers to the given
		 * request action.
		 *
		 * @since 2.6.0
		 */
		do_action( "admin_post_{$action}" );
	}
}
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.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.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