wp-admin/includes/ms-deprecated.php


Lines:

1 to 37 of 37
<?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
 */

/* function wpmu_menu() – Outputs the WPMU menu. */

/* function wpmu_checkAvailableSpace() – Determines if the available space defined by the admin has been exceeded by the user. */

/* function mu_options() – WPMU options. */

/* function activate_sitewide_plugin() – Deprecated functionality for activating a network-only plugin. */

/* function deactivate_sitewide_plugin() – Deprecated functionality for deactivating a network-only plugin. */

/* function is_wpmu_sitewide_plugin() – Deprecated functionality for determining if the current plugin is network-only. */

/* function get_site_allowed_themes() – Deprecated functionality for getting themes network-enabled themes. */

/* function wpmu_get_blog_allowedthemes() – Deprecated functionality for getting themes allowed on a specific site. */

/* function ms_deprecated_blogs_file() – Deprecated functionality for determining whether a file is deprecated. */

if ( ! function_exists( 'install_global_terms' ) ) :
/* function install_global_terms() – Install global terms. */
endif;

/* function sync_category_tag_slugs() – Synchronizes category and post tag slugs when global terms are enabled. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,,