Description
With this filter you can message above on the registration form.
Arguments
- $message(string) - Your custom message.
Return
(string) The message shown above the registration form.
Usage
function b3_message_above_registration( $registration_message ) {
$registration_message = 'Your custom message';
return $registration_message;
}
add_filter( 'b3_message_above_registration', 'b3_message_above_registration' );
Used in
- includes/actions-b3.php - line 450
- includes/actions-b3.php - line 458
- includes/filters-wp.php - line 363