page; $html = '
'; $html .= '
'; $header = ''; $html .= apply_filters( 'usces_filter_memberverifying_page_header', $header ); $html .= '
'; $remaining_hour = USCES_VERIFY_MEMBERS_EMAIL::get_remaining_hour(); $html .= '

' . esc_html__( 'Completed sending an authentication email', 'usces' ) . '

'; $html .= '

' . esc_html__( 'An authentication email has been sent. Click on the approval URL in the email to complete membership registration.', 'usces' ) . '

'; $html .= '

' . sprintf( __( "This registration will be invalidated if authentication is not completed within %d hours.", 'usces' ), $remaining_hour ) . '

'; $html .= ''; $html .= '

' . esc_html__( 'to vist membership information page', 'usces' ) . '

'; $html .= ''; $html .= '
';