Description
This overrides who to inform after user registers through the default custom form.
Arguments
- $inform(string) - Who to inform ?
Return
(string) Who to inform
Usage
function b3_custom_register_inform( $inform ) {
return $inform;
}
add_filter( 'b3_custom_register_inform', 'b3_custom_register_inform' );
Options are 'admin', 'user', 'both', ''.
Used in
- B3Onboarding.php - line 1096