apply_filters( 'bp_user_can', bool $retval, int $user_id, string $capability, int $site_id, array $args )

Filters whether or not the specified user has a given capability on a given site.


Description Description


Parameters Parameters

$retval

Whether or not the current user has the capability.

$user_id

$capability

The capability being checked for.

$site_id

Site ID. Defaults to the BP root blog.

$args

Array of extra arguments passed.


Top ↑

Source Source

File: bp-core/bp-core-caps.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.