Home Forums Basel support forum Email confirm after user registration Reply To: Email confirm after user registration

#26716

arka
Participant

Thank you. Its fix now but in want to add that(account managing links) in top-bar.
i found related the code.
——————–
function basel_header_block_header_links( $location = false ) {
$links = basel_get_header_links( $location );
$classes = ( basel_get_opt( ‘my_account_with_username’ ) ) ? ‘ with-username’ : ”;
if( ! empty( $links ) ) {
?>
<div class=”header-links”>

</div>
<?php
}
}
———————————
can u turn it to a short-code for usability in top-bar setting?