Description
Filters the privacy text on the registration form
Arguments
- $privacy_text(string) - Your custom privacy text.
Return
(string) The privacy text
Usage
function b3_privacy_text( $privacy_text ) {
$privacy_text = '<a href="#">Click here</a> for more info';
return $privacy_text;
}
add_filter( 'b3_privacy_text', 'b3_privacy_text' );
Used in
- includes/actions-b3.php - line 403