[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/includes/ -> network.php (summary)

WordPress Network Administration API.

File Size: 760 lines (28 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 1 file
 wp-admin/admin-footer.php

Defines 6 functions

  network_domain_check()
  allow_subdomain_install()
  allow_subdirectory_install()
  get_clean_basedomain()
  network_step1()
  network_step2()

Functions
Functions that are not part of a class:

network_domain_check()   X-Ref
Check for an existing network.

return: string|false Base domain if network exists, otherwise false.

allow_subdomain_install()   X-Ref
Allow subdomain installation

return: bool Whether subdomain installation is allowed

allow_subdirectory_install()   X-Ref
Allow subdirectory installation.

return: bool Whether subdirectory installation is allowed

get_clean_basedomain()   X-Ref
Get base domain of network.

return: string Base domain.

network_step1( $errors = false )   X-Ref
Prints step 1 for Network installation process.

param: false|WP_Error $errors Optional. Error object. Default false.

network_step2( $errors = false )   X-Ref
Prints step 2 for Network installation process.

param: false|WP_Error $errors Optional. Error object. Default false.



Generated : Mon Mar 18 08:20:01 2024 Cross-referenced by PHPXref