bp_core_signups_after_add_backcompat

bp_core_signups_after_add_backcompat

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.12.5.1

do_action('bp_core_signups_after_add_backcompat') is found 1 times:

  • /bp-members/classes/class-bp-signup.php line 609
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    * @since 10.0.0
     *
     * @param int $user_id ID of the WP_User just added.
     */
    do_action( 'bp_core_signups_after_add_backcompat', $user_id );
     
    /**
     * Filters the user ID for the backcompat functionality.
     *
     * @since 2.0.0
     *