[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

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

WordPress Network Administration API.

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

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.
since: 3.0.0

allow_subdomain_install()   X-Ref
Allow subdomain installation

return: bool Whether subdomain installation is allowed
since: 3.0.0

allow_subdirectory_install()   X-Ref
Allow subdirectory installation.

return: bool Whether subdirectory installation is allowed
since: 3.0.0

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

return: string Base domain.
since: 3.0.0

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

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

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

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



Generated: Wed Apr 24 01:00:03 2024 Cross-referenced by PHPXref 0.7.1