bbp_roles_init( WP_Roles $wp_roles )

Initialize roles


Description Description


Parameters Parameters

$wp_roles

(Required) The array of WP_Role objects that was initialized


Top ↑

Source Source

File: includes/core/sub-actions.php

function bbp_roles_init( $wp_roles ) {
	do_action( 'bbp_roles_init', $wp_roles );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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