PATH:
home
/
urbaoubp
/
kica.ramondamassage.online
/
wp-admin
<?php /** * Media management action handler. * * This file is deprecated, use 'wp-admin/upload.php' instead. * * @deprecated 6.3.0 * @package WordPress * @subpackage Administration */ /** Load WordPress Administration Bootstrap. */ require_once __DIR__ . '/admin.php'; $parent_file = 'upload.php'; $submenu_file = 'upload.php'; $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; switch ( $action ) { case 'editattachment': case 'edit': if ( empty( $_GET['attachment_id'] ) ) { wp_redirect( admin_url( 'upload.php?error=deprecated' ) ); exit; } $att_id = (int) $_GET['attachment_id']; wp_redirect( admin_url( "upload.php?item={$att_id}&error=deprecated" ) ); exit; default: wp_redirect( admin_url( 'upload.php?error=deprecated' ) ); exit; }
[-] plugin-editor.php
[edit]
[-] upgrade.php
[edit]
[-] site-health.php
[edit]
[-] admin-footer.php
[edit]
[+]
user
[-] export-personal-data.php
[edit]
[-] load-scripts.php
[edit]
[-] credits.php
[edit]
[-] options-media.php
[edit]
[+]
css
[-] menu.php
[edit]
[-] contribute.php
[edit]
[-] edit-link-form.php
[edit]
[-] site-health-info.php
[edit]
[-] custom-header.php
[edit]
[-] plugin-install.php
[edit]
[-] media.php
[edit]
[-] menu-header.php
[edit]
[+]
maint
[-] authorize-application.php
[edit]
[+]
images
[-] plugins.php
[edit]
[-] admin-functions.php
[edit]
[-] comment.php
[edit]
[+]
includes
[-] ms-edit.php
[edit]
[-] update-core.php
[edit]
[-] revision.php
[edit]
[-] import.php
[edit]
[-] options-discussion.php
[edit]
[+]
..
[-] media-upload.php
[edit]
[-] privacy-policy-guide.php
[edit]
[+]
network
[-] options-privacy.php
[edit]
[-] edit-tags.php
[edit]
[-] edit-comments.php
[edit]
[-] privacy.php
[edit]
[-] nav-menus.php
[edit]
[-] edit-tag-form.php
[edit]
[+]
js
[-] ms-themes.php
[edit]