wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-admin/includes/ms.php › WordPress File
Functions22
› Multisite administration functions.
Function | Short description |
---|---|
avoid_blog_page_permalink_collision | Avoids a collision between a site slug and a permalink slug. |
can_edit_network | Determines whether or not this network from this page can be edited. |
check_import_new_users | Checks if the current user has permissions to import new users. |
check_upload_size | Determines whether uploaded file exceeds space quota. |
choose_primary_blog | Handles the display of choosing a user's primary site. |
confirm_delete_users | - |
display_space_usage | Displays the amount of disk space used by the current site. Not used in core. |
fix_import_form_size | Gets the remaining upload space for this site. |
format_code_lang | Returns the language for a language code. |
get_site_screen_help_sidebar_content | Returns the content for the help sidebar on the Edit Site screens. |
get_site_screen_help_tab_args | Returns the arguments for the help tab on the Edit Site screens. |
mu_dropdown_languages | Generates and displays a drop-down of available languages. |
network_edit_site_nav | Outputs the HTML for a network's "Edit Site" tabular interface. |
network_settings_add_js | Prints JavaScript in the header on the Network Settings screen. |
refresh_user_details | Cleans the user cache for a specific user. |
site_admin_notice | Displays an admin notice to upgrade all sites after a core upgrade. |
upload_is_user_over_quota | Checks whether a site has used its allotted upload space. |
upload_space_setting | Displays the site upload space quota setting form on the Edit Site Settings screen. |
wpmu_delete_blog | Deletes a site. |
wpmu_delete_user | Deletes a user and all of their posts from the network. |
_access_denied_splash | Displays an access denied message when a user tries to view a site's dashboard they do not have access to. |
_thickbox_path_admin_subfolder | Prints thickbox image paths for Network Admin. |