bp_rest_signup_resend_activation_email

bp_rest_signup_resend_activation_email

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_rest_signup_resend_activation_email') is found 1 times:

  • /bp-members/classes/class-bp-rest-signup-endpoint.php line 814
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
         *
         * @param WP_REST_Response $response The response data.
         * @param WP_REST_Request  $request  The request sent to the API.
         */
        do_action( 'bp_rest_signup_resend_activation_email', $response, $request );
     
        return $response;
    }
     
    /**
     * Check if a given request has access to resend the activation email.