Description
Fires after the roles have been initialized, allowing plugins to add their own roles.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-roles.php | 303 |
Parameters
Type | Name | Description |
---|---|---|
WP_Roles | $wp_roles | A reference to the WP_Roles object. |
PHP Doc
/**
* Fires after the roles have been initialized, allowing plugins to add their own roles.
*
* @since 4.7.0
*
* @param WP_Roles $wp_roles A reference to the WP_Roles object.
*/