WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_roles_init

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-roles.php do_action 303 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
WP_Roles $wp_roles A reference to the WP_Roles object.