Description
Filters the message shown on the page, when registrations are closed.
Arguments
- $message(string) - Your custom message.
Return
(string) The message when registration is closed
Usage
function b3_registration_closed_message( $registration_closed_message ) {
$registration_closed_message = '<a href="#">Click</a> here';
return $registration_closed_message;
}
add_filter( 'b3_registration_closed_message', 'b3_registration_closed_message' );
Used in
- includes/class-b3-shortcodes.php - line 84
- includes/tabs/tab-registration.php - line 66