Submit
Path:
~
/
home
/
contenidosenred
/
www
/
OD
/
wp-admin
/
includes
/
File Content:
ms-deprecated.php
<?php /** * Multisite: Deprecated admin functions from past versions and WordPress MU * * These functions should not be used and will be removed in a later version. * It is suggested to use for the alternatives instead when available. * * @package WordPress * @subpackage Deprecated * @since 3.0.0 */ /** * Outputs the WPMU menu. * * @deprecated 3.0.0 */ function wpmu_menu() { _deprecated_function( __FUNCTION__, '3.0.0' ); // Deprecated. See #11763. } /** * Determines if the available space defined by the admin has been exceeded by the user. * * @deprecated 3.0.0 Use is_upload_space_available() * @see is_upload_space_available() */ function wpmu_checkAvailableSpace() { _deprecated_function( __FUNCTION__, '3.0.0', 'is_upload_space_available()' ); if ( ! is_upload_space_available() ) { wp_die( sprintf( /* translators: %s: Allowed space allocation. */ __( 'Sorry, you have used your space allocation of %s. Please delete some files to upload more files.' ), size_format( get_space_allowed() * MB_IN_BYTES ) ) ); } } /** * WPMU options. * * @deprecated 3.0.0 */ function mu_options( $options ) { _deprecated_function( __FUNCTION__, '3.0.0' ); return $options; } /** * Deprecated functionality for activating a network-only plugin. * * @deprecated 3.0.0 Use activate_plugin() * @see activate_plugin() */ function activate_sitewide_plugin() { _deprecated_function( __FUNCTION__, '3.0.0', 'activate_plugin()' ); return false; } /** * Deprecated functionality for deactivating a network-only plugin. * * @deprecated 3.0.0 Use deactivate_plugin() * @see deactivate_plugin() */ function deactivate_sitewide_plugin( $plugin = false ) { _deprecated_function( __FUNCTION__, '3.0.0', 'deactivate_plugin()' ); } /** * Deprecated functionality for determining if the current plugin is network-only. * * @deprecated 3.0.0 Use is_network_only_plugin() * @see is_network_only_plugin() */ function is_wpmu_sitewide_plugin( $file ) { _deprecated_function( __FUNCTION__, '3.0.0', 'is_network_only_plugin()' ); return is_network_only_plugin( $file ); } /** * Deprecated functionality for getting themes network-enabled themes. * * @deprecated 3.4.0 Use WP_Theme::get_allowed_on_network() * @see WP_Theme::get_allowed_on_network() */ function get_site_allowed_themes() { _deprecated_function( __FUNCTION__, '3.4.0', 'WP_Theme::get_allowed_on_network()' ); return array_map( 'intval', WP_Theme::get_allowed_on_network() ); } /** * Deprecated functionality for getting themes allowed on a specific site. * * @deprecated 3.4.0 Use WP_Theme::get_allowed_on_site() * @see WP_Theme::get_allowed_on_site() */ function wpmu_get_blog_allowedthemes( $blog_id = 0 ) { _deprecated_function( __FUNCTION__, '3.4.0', 'WP_Theme::get_allowed_on_site()' ); return array_map( 'intval', WP_Theme::get_allowed_on_site( $blog_id ) ); } /** * Deprecated functionality for determining whether a file is deprecated. * * @deprecated 3.5.0 */ function ms_deprecated_blogs_file() {} if ( ! function_exists( 'install_global_terms' ) ) : /** * Install global terms. * * @since 3.0.0 * @since 6.1.0 This function no longer does anything. * @deprecated 6.1.0 */ function install_global_terms() { _deprecated_function( __FUNCTION__, '6.1.0' ); } endif; /** * Synchronizes category and post tag slugs when global terms are enabled. * * @since 3.0.0 * @since 6.1.0 This function no longer does anything. * @deprecated 6.1.0 * * @param WP_Term|array $term The term. * @param string $taxonomy The taxonomy for `$term`. * @return WP_Term|array Always returns `$term`. */ function sync_category_tag_slugs( $term, $taxonomy ) { _deprecated_function( __FUNCTION__, '6.1.0' ); return $term; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
219846
---
0755
admin-filters.php
8034 bytes
0644
admin.php
3628 bytes
0644
ajax-actions.php
151629 bytes
0644
bookmark.php
11725 bytes
0644
class-automatic-upgrader-skin.php
3663 bytes
0644
class-bulk-plugin-upgrader-skin.php
2590 bytes
0644
class-bulk-theme-upgrader-skin.php
2660 bytes
0644
class-bulk-upgrader-skin.php
6753 bytes
0644
class-core-upgrader.php
15191 bytes
0644
class-custom-background.php
21650 bytes
0644
class-custom-image-header.php
49296 bytes
0644
class-file-upload-upgrader.php
4163 bytes
0644
class-ftp-pure.php
5426 bytes
0644
class-ftp-sockets.php
8479 bytes
0644
class-ftp.php
27370 bytes
0644
class-language-pack-upgrader-skin.php
2870 bytes
0644
class-language-pack-upgrader.php
15561 bytes
0644
class-pclzip.php
196695 bytes
0644
class-plugin-installer-skin.php
12053 bytes
0644
class-plugin-upgrader-skin.php
3278 bytes
0644
class-plugin-upgrader.php
23243 bytes
0644
class-theme-installer-skin.php
12743 bytes
0644
class-theme-upgrader-skin.php
4176 bytes
0644
class-theme-upgrader.php
26702 bytes
0644
class-walker-category-checklist.php
5091 bytes
0644
class-walker-nav-menu-checklist.php
5628 bytes
0644
class-walker-nav-menu-edit.php
14180 bytes
0644
class-wp-ajax-upgrader-skin.php
4193 bytes
0644
class-wp-application-passwords-list-table.php
6949 bytes
0644
class-wp-automatic-updater.php
61902 bytes
0644
class-wp-comments-list-table.php
33056 bytes
0644
class-wp-community-events.php
18769 bytes
0644
class-wp-debug-data.php
66619 bytes
0644
class-wp-filesystem-base.php
24410 bytes
0644
class-wp-filesystem-direct.php
18143 bytes
0644
class-wp-filesystem-ftpext.php
23101 bytes
0644
class-wp-filesystem-ftpsockets.php
18479 bytes
0644
class-wp-filesystem-ssh2.php
23310 bytes
0644
class-wp-importer.php
7499 bytes
0644
class-wp-internal-pointers.php
4577 bytes
0644
class-wp-links-list-table.php
9241 bytes
0644
class-wp-list-table-compat.php
1497 bytes
0644
class-wp-list-table.php
52906 bytes
0644
class-wp-media-list-table.php
25899 bytes
0644
class-wp-ms-sites-list-table.php
22019 bytes
0644
class-wp-ms-themes-list-table.php
28438 bytes
0644
class-wp-ms-users-list-table.php
15719 bytes
0644
class-wp-plugin-install-list-table.php
24786 bytes
0644
class-wp-plugins-list-table.php
57786 bytes
0644
class-wp-post-comments-list-table.php
1453 bytes
0644
class-wp-posts-list-table.php
64216 bytes
0644
class-wp-privacy-data-export-requests-list-table.php
5563 bytes
0644
class-wp-privacy-data-removal-requests-list-table.php
5715 bytes
0644
class-wp-privacy-policy-content.php
32626 bytes
0644
class-wp-privacy-requests-table.php
14395 bytes
0644
class-wp-screen.php
37327 bytes
0644
class-wp-site-health-auto-updates.php
14337 bytes
0644
class-wp-site-health.php
122362 bytes
0644
class-wp-site-icon.php
6414 bytes
0644
class-wp-terms-list-table.php
21182 bytes
0644
class-wp-theme-install-list-table.php
15599 bytes
0644
class-wp-themes-list-table.php
10349 bytes
0644
class-wp-upgrader-skin.php
7110 bytes
0644
class-wp-upgrader-skins.php
1477 bytes
0644
class-wp-upgrader.php
48009 bytes
0644
class-wp-users-list-table.php
19058 bytes
0644
comment.php
6121 bytes
0644
continents-cities.php
20540 bytes
0644
credits.php
5870 bytes
0644
dashboard.php
69710 bytes
0644
deprecated.php
41776 bytes
0644
edit-tag-messages.php
1478 bytes
0644
export.php
25565 bytes
0644
file.php
98169 bytes
0644
image-edit.php
43883 bytes
0644
image.php
42664 bytes
0644
import.php
6617 bytes
0644
index.php
0 bytes
0644
list-table.php
3802 bytes
0644
media.php
119109 bytes
0644
menu.php
9618 bytes
0644
meta-boxes.php
66076 bytes
0644
misc.php
45783 bytes
0644
ms-admin-filters.php
1296 bytes
0644
ms-deprecated.php
3770 bytes
0644
ms.php
34318 bytes
0644
nav-menu.php
49041 bytes
0644
network.php
26996 bytes
0644
noop.php
1148 bytes
0644
options.php
4251 bytes
0644
plugin-install.php
39474 bytes
0644
plugin.php
92925 bytes
0644
post.php
82203 bytes
0644
privacy-tools.php
33462 bytes
0644
revision.php
16567 bytes
0644
schema.php
42867 bytes
0644
screen.php
6378 bytes
0644
taxonomy.php
8424 bytes
0644
template.php
98529 bytes
0644
theme-install.php
6990 bytes
0644
theme.php
47742 bytes
0644
translation-install.php
11075 bytes
0644
update-core.php
70146 bytes
0644
update.php
34437 bytes
0644
upgrade.php
114781 bytes
0644
user.php
23532 bytes
0644
widgets.php
10912 bytes
0644
N4ST4R_ID | Naxtarrr