Suggestion: add a register link
-
Might I suggest, in your messages.php file you add a link to REGISTER:
function nua_default_welcome_message() { $welcome = sprintf( __( 'Welcome to {sitename}. This site is accessible to approved users only. To be approved, you must first <a style="text-decoration:none;font-weight:bold;" href="' . site_url() . '/wp-login.php?action=register">REGISTER</a>.', 'new-user-approve' ), get_option( 'blogname' ) ); $welcome = apply_filters( 'new_user_approve_welcome_message_default', $welcome ); return $welcome; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Suggestion: add a register link’ is closed to new replies.