bbp_roles_init

bbp_roles_init

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_roles_init') is found 1 times:

  • /includes/core/sub-actions.php line 125
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    *
     * @param WP_Roles $wp_roles The array of WP_Role objects that was initialized
     */
    function bbp_roles_init( $wp_roles ) {
        do_action( 'bbp_roles_init', $wp_roles );
    }
     
    /**
     * Initialize widgets
     *
     * @since 2.0.0 bbPress (r3389)

See this hook used in plugins: