[ XREF Home ] [ Index ]

PHP Cross Reference of WordPress Trunk

Provided by Yoast

title

Body

[close]

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

Deprecated functions from WordPress MU and the multisite feature. You shouldn't use these functions and look for the alternatives instead. The functions will be removed in a later version.

File Size: 203 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  generate_random_password()
  is_site_admin()
  graceful_fail()
  get_user_details()
  clear_global_post_cache()
  is_main_blog()
  validate_email()
  get_blog_list()
  get_most_active_blogs()

Functions
Functions that are not part of a class:

generate_random_password( $len = 8 )   X-Ref


is_site_admin( $user_login = '' )   X-Ref
Determine if user is a site admin.

Plugins should use is_multisite() instead of checking if this function exists
to determine if multisite is enabled.

This function must reside in a file included only if is_multisite() due to
legacy function_exists() checks to determine if multisite is enabled.


graceful_fail( $message )   X-Ref


get_user_details( $username )   X-Ref


clear_global_post_cache( $post_id )   X-Ref


is_main_blog()   X-Ref


validate_email( $email, $check_domain = true)   X-Ref


get_blog_list( $start = 0, $num = 10, $deprecated = '' )   X-Ref


get_most_active_blogs( $num = 10, $display = true )   X-Ref




Generated: Wed Jun 1 08:30:02 2011 Cross-referenced by PHPXref 0.7
Provided by Yoast and awesome WordPress Hosting