Warning: This function has been deprecated. Use _bbp_reinit_dynamic_roles() instead.

bbp_filter_user_roles_option()

Helper function to add filter to option_wp_user_roles


Description Description

See also See also


Top ↑

Source Source

File: includes/core/capabilities.php

function bbp_filter_user_roles_option() {
	$role_key = bbp_db()->prefix . 'user_roles';

	add_filter( 'option_' . $role_key, '_bbp_reinit_dynamic_roles' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 bbPress (r6105)
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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