bp_rest_signup_resend_activation_email
bp_rest_signup_resend_activation_email
Appears in: buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1, buddypress.14.3.3, buddypress.14.3.4
Hook Type: action
Displaying hooks found in version: buddypress.14.3.4do_action('bp_rest_signup_resend_activation_email') is found 1 times:
- /bp-members/classes/class-bp-rest-signup-endpoint.php line 814810811812813814815816817818819820
*
* @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.