October 23, 2007, 2:14 pm
get_blog_option( $blog_id, $setting, $default=’na’ )
Summary: Function returns the value of the specified option $setting.
Detail: This is a surprisingly complex function that returns the value of the specified options $setting. It first checks for the existence of a wp-cache value, and if none exists, queries the database.
The rest of the function complexity is simply to make sure that a properly-validated URL is returned if the requested option is the site URL.
Tags: Functions, WordPress
Tags: Functions, WordPress
Related posts
- wpmu_validate_blog_signup($blog_id, $blog_title, $user = ”) (0)
- wpmu_signup_blog_notification($domain, $path, $title, $user, $user_email, $key, $meta = ”) (0)
- wpmu_create_blog($domain, $path, $title, $user_id, $meta = ”, $site_id = 1) (0)
- wpmu_checkAvailableSpace($action) (0)
- Using get_option() to Determine the Current Theme (0)
This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.