| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Multisite administration functions.
| File Size: | 747 lines (27 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| check_upload_size( $file ) X-Ref |
| Determine if uploaded file exceeds space quota. param: array $file $_FILES array for a given file. return: array $_FILES array with 'error' key set if file exceeds quota. 'error' is empty otherwise. |
| wpmu_delete_blog( $blog_id, $drop = false ) X-Ref |
| Delete a blog param: int $blog_id Blog ID param: bool $drop True if blog's table should be dropped. Default is false. return: void |
| wpmu_delete_user( $id ) X-Ref |
| No description |
| update_option_new_admin_email( $old_value, $value ) X-Ref |
| No description |
| send_confirmation_on_profile_email() X-Ref |
| No description |
| new_user_email_admin_notice() X-Ref |
| No description |
| is_upload_space_available() X-Ref |
| Determines if there is any upload space left in the current blog's quota. return: bool True if space is available, false otherwise. |
| upload_size_limit_filter( $size ) X-Ref |
return: int of upload size limit in bytes |
| get_upload_space_available() X-Ref |
| Determines if there is any upload space left in the current blog's quota. return: int of upload space available in bytes |
| get_space_allowed() X-Ref |
| Returns the upload quota for the current blog. return: int Quota |
| display_space_usage() X-Ref |
| No description |
| upload_space_setting( $id ) X-Ref |
| No description |
| update_user_status( $id, $pref, $value, $deprecated = null ) X-Ref |
| No description |
| refresh_user_details( $id ) X-Ref |
| No description |
| format_code_lang( $code = '' ) X-Ref |
| No description |
| sync_category_tag_slugs( $term, $taxonomy ) X-Ref |
| No description |
| _access_denied_splash() X-Ref |
| No description |
| check_import_new_users( $permission ) X-Ref |
| No description |
| mu_dropdown_languages( $lang_files = array() X-Ref |
| No description |
| secret_salt_warning() X-Ref |
| No description |
| site_admin_notice() X-Ref |
| No description |
| avoid_blog_page_permalink_collision( $data, $postarr ) X-Ref |
| No description |
| choose_primary_blog() X-Ref |
| No description |
| ms_deprecated_blogs_file() X-Ref |
| No description |
| grant_super_admin( $user_id ) X-Ref |
| Grants super admin privileges. param: int $user_id |
| revoke_super_admin( $user_id ) X-Ref |
| Revokes super admin privileges. param: int $user_id |
| can_edit_network( $site_id ) X-Ref |
| Whether or not we can edit this network from this page By default editing of network is restricted to the Network Admin for that site_id this allows for this to be overridden param: integer $site_id The network/site id to check. |
| _thickbox_path_admin_subfolder() X-Ref |
| Thickbox image paths for Network Admin. |
| wp_is_large_network( $using = 'sites' ) X-Ref |
| Whether or not we have a large network. The default criteria for a large network is either more than 10,000 users or more than 10,000 sites. Plugins can alter this criteria using the 'wp_is_large_network' filter. param: string $using 'sites or 'users'. Default is 'sites'. return: bool True if the network meets the criteria for large. False otherwise. |
| Generated: Sat May 26 08:20:01 2012 | Cross-referenced by PHPXref 0.7 |