bp_core_signups_after_add

bp_core_signups_after_add

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_core_signups_after_add') is found 1 times:

  • /bp-members/classes/class-bp-signup.php line 513
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    * @param int|bool $retval ID of the BP_Signup just added.
     * @param array    $r      Array of parsed arguments for add() method.
     * @param array    $args   Array of original arguments for add() method.
     */
    do_action( 'bp_core_signups_after_add', $retval, $r, $args );
     
    /**
     * Filters the result of a signup addition.
     *
     * @since 2.0.0
     *

See this hook used in plugins: