WordPress函数文档did_action()

判断当前用户角色对指定博客是否有权限(仅适用于多站点) 描述 判断当前用户角色对指定博客是否有权限。这个函数仅…

判断当前用户角色对指定博客是否有权限(仅适用于多站点)

描述

判断当前用角色对指博客是否有权限。这函数仅适用于多点multisite。

This function is similar to current_user_can(), but allows you to check if the current user has a capability for another blog on the network. To check if the user has the capability for the current blog, you can just use current_user_can().

用法

<?php current_user_can_for_blog($blog_id$capability); ?>

参数

$blog_id

(integer) (必填) Blog ID

默认值: None

$capability

(string) (必填) Capability or role name.

默认值: None

返回值

(boolean

历史

添加于 版本: 3.0

源文件

current_user_can_for_blog() 函数的代码位于 wp-includes/capabilities.php

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

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

评论 (0)COMMENT