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.1.0

do_action('bp_rest_signup_resend_activation_email') is found 1 times:

  • /bp-members/classes/class-bp-rest-signup-endpoint.php line 814
    		 *
    		 * @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.