apply_filters( 'bp_nouveau_current_user_can', int $value , string $capability )
Filters whether or not the current user can perform an action for BuddyPress Nouveau.
Description Description
Parameters Parameters
- $value
-
Current logged in user ID.
- $capability
-
Current capability being checked.
Source Source
File: bp-templates/bp-nouveau/includes/functions.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |