Archive | Documentation RSS feed for this section

self_admin_url

Retrieve the url to the admin area for either the current blog or the network depending on context.

10259

Continue reading

require_wp_db

Load the correct database class file.This function is used to load the database class file either at runtime or by wp-admin/setup-config.php. We must globalize $wpdb to ensure that it is defined globally by the inline code in wp-db.php.

10212

Continue reading