[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/includes/ -> ms-deprecated.php (summary)

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.

File Size: 140 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 11 functions

  wpmu_menu()
  wpmu_checkAvailableSpace()
  mu_options()
  activate_sitewide_plugin()
  deactivate_sitewide_plugin()
  is_wpmu_sitewide_plugin()
  get_site_allowed_themes()
  wpmu_get_blog_allowedthemes()
  ms_deprecated_blogs_file()
  install_global_terms()
  sync_category_tag_slugs()

Functions
Functions that are not part of a class:

wpmu_menu()   X-Ref
Outputs the WPMU menu.


wpmu_checkAvailableSpace()   X-Ref
Determines if the available space defined by the admin has been exceeded by the user.


mu_options( $options )   X-Ref
WPMU options.


activate_sitewide_plugin()   X-Ref
Deprecated functionality for activating a network-only plugin.


deactivate_sitewide_plugin( $plugin = false )   X-Ref
Deprecated functionality for deactivating a network-only plugin.


is_wpmu_sitewide_plugin( $file )   X-Ref
Deprecated functionality for determining if the current plugin is network-only.


get_site_allowed_themes()   X-Ref
Deprecated functionality for getting themes network-enabled themes.


wpmu_get_blog_allowedthemes( $blog_id = 0 )   X-Ref
Deprecated functionality for getting themes allowed on a specific site.


ms_deprecated_blogs_file()   X-Ref
Deprecated functionality for determining whether a file is deprecated.


install_global_terms()   X-Ref
Install global terms.


sync_category_tag_slugs( $term, $taxonomy )   X-Ref
Synchronizes category and post tag slugs when global terms are enabled.

return: WP_Term|array Always returns `$term`.
param: WP_Term|array $term     The term.
param: string        $taxonomy The taxonomy for `$term`.



Generated : Thu Apr 18 08:20:02 2024 Cross-referenced by PHPXref