WordPress函数文档get_blog_details()

获取博客的详细信息 描述 Retrieve the details for a blog from the b…

获取博客的详细信息

描述

Retrieve the details for a blog from the blogs table and blog options.

See: WPMU_Functions/get_blog_details

用法

<?php get_blog_details$fields$get_all ); ?>

参数

$fields

(int|string|array) (可选) A blog ID, a blog slug, or an array of fields to query against. If not specified the current blog ID is used.

默认值: null

$get_all

(boolean) (可选) Whether to retrieve all details or only the details in the blogs table.

默认值: true

示例

注意

使用到 global $wpdb

源文件

get_blog_details() 函数的代码位于 wp-includes/ms-blogs.php.

相关

 

  • 原文:http://codex.wordpress.org/Function_Reference/get_blog_details
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT