[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/ -> users.php (summary)

bbPress Users Admin Class

File Size: 348 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BBP_Users_Admin:: (9 methods):
  __construct()
  setup_actions()
  secondary_role_display()
  user_role_bulk_dropdown()
  user_role_bulk_change()
  user_row_actions()
  user_role_column()
  user_role_row()
  user_role_list_filter()


Class: BBP_Users_Admin  - X-Ref

Loads bbPress users admin area

__construct()   X-Ref
The bbPress users admin loader

since: 2.0.0 bbPress (r2515)

setup_actions()   X-Ref
Setup the admin hooks, actions and filters

since: 2.0.0 bbPress (r2646)

secondary_role_display( $profileuser )   X-Ref
Default interface for setting a forum role

since: 2.2.0 bbPress (r4285)
param: WP_User $profileuser User data
return: bool Always false

user_role_bulk_dropdown( $which )   X-Ref
Add bulk forums role dropdown to the WordPress users table

since: 2.2.0 bbPress (r4360)
since: 2.6.0 bbPress (r6055) Introduced the `$which` parameter.
param: string $which The location of the extra table nav markup: 'top' or 'bottom'.

user_role_bulk_change()   X-Ref
Process bulk dropdown form submission from the WordPress Users
Table

since: 2.2.0 bbPress (r4365)
return: bool Always false

user_row_actions( $actions = array()   X-Ref
Add a "View" link for each user

since: 2.6.0 bbPress (r6502)
param: array   $actions
param: WP_User $user
return: array Actions with 'view' link added to them

user_role_column( $columns = array()   X-Ref
Add Forum Role column to the WordPress Users table, and change the
core role title to "Site Role"

since: 2.2.0 bbPress (r4337)
param: array $columns Users table columns
return: array $columns

user_role_row( $retval = '', $column_name = '', $user_id = 0 )   X-Ref
Return user's forums role for display in the WordPress Users list table

since: 2.2.0 bbPress (r4337)
param: string $retval
param: string $column_name
param: int $user_id
return: string Displayable bbPress user role

user_role_list_filter( $roles, $user )   X-Ref
Filter the list of roles included in the WordPress site role list

Ensures forum roles are only displayed under the Forum Role list in the
WordPress Users list table

since: 2.6.0 bbPress (r6051)
return: array $roles



Generated: Sat Apr 20 01:00:52 2024 Cross-referenced by PHPXref 0.7.1