BBP_Admin::option_page_capability_bbpress( string $capability = 'manage_options' )

Allow keymaster role to save Forums settings

Description

Parameters

$capability

(string) (Optional)

Default value: 'manage_options'

Return

(string) Return 'keep_gate' capability

Source

File: bp-forums/admin/admin.php

	public function option_page_capability_bbpress( $capability = 'manage_options' ) {
		$capability = 'keep_gate';
		return $capability;
	}

Changelog

Changelog
Version Description
bbPress (r4678) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.