WordPress: WPMU Global Variables:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第3行: 第3行:
**''int'' blog_id
**''int'' blog_id
**''int'' site_id
**''int'' site_id
**''string'' 域名
**''string'' domain
**''string''路径
**''string'' path
**''datetime''已注册
**''datetime'' registered
**''datetime'' last_updated
**''datetime'' last_updated
**''bool'' public
**''bool'' public
**''bool'' 已归档
**''bool'' archived
**''bool'' mature
**''bool'' mature
**''bool'' 垃圾广告
**''bool'' spam
**''bool'' 已删除
**''bool'' deleted
**''int'' lang_id
**''int'' lang_id

2008年10月8日 (三) 17:48的最新版本

WPMU中的全局变数:

  • Object $current_blog
    • int blog_id
    • int site_id
    • string domain
    • string path
    • datetime registered
    • datetime last_updated
    • bool public
    • bool archived
    • bool mature
    • bool spam
    • bool deleted
    • int lang_id