| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
WordPress Administration Scheme API Here we keep the DB structure and option values.
| File Size: | 968 lines (32 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| wp_get_db_schema( $scope = 'all', $blog_id = null ) X-Ref |
| Retrieve the SQL for creating database tables. param: string $scope Optional. The tables for which to retrieve SQL. Can be all, global, ms_global, or blog tables. Defaults to all. param: int $blog_id Optional. The blog ID for which to retrieve SQL. Default is the current blog ID. return: string The SQL needed to create the requested tables. |
| populate_options() X-Ref |
| Create WordPress options and set the default values. |
| populate_roles() X-Ref |
| Execute WordPress role creation for the various WordPress versions. |
| populate_roles_160() X-Ref |
| Create the roles for WordPress 2.0 |
| populate_roles_210() X-Ref |
| Create and modify WordPress roles for WordPress 2.1. |
| populate_roles_230() X-Ref |
| Create and modify WordPress roles for WordPress 2.3. |
| populate_roles_250() X-Ref |
| Create and modify WordPress roles for WordPress 2.5. |
| populate_roles_260() X-Ref |
| Create and modify WordPress roles for WordPress 2.6. |
| populate_roles_270() X-Ref |
| Create and modify WordPress roles for WordPress 2.7. |
| populate_roles_280() X-Ref |
| Create and modify WordPress roles for WordPress 2.8. |
| populate_roles_300() X-Ref |
| Create and modify WordPress roles for WordPress 3.0. |
| install_network() X-Ref |
| Install Network. |
| populate_network( $network_id = 1, $domain = '', $email = '', $site_name = '', $path = '/', $subdomain_install = false ) X-Ref |
| populate network settings param: int $network_id id of network to populate return: bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful, |
| Generated: Sat May 26 08:20:01 2012 | Cross-referenced by PHPXref 0.7 |