Home › Forums › Basel support forum › Email confirm after user registration › Reply To: Email confirm after user registration
December 2, 2017 at 10:25 am
#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”>
-
<?php foreach ( $links as $link ): ?>
<li class=”<?php echo esc_attr( $classes ); ?>”>“><?php echo wp_kses( $link[‘label’], ‘default’ ); ?>
<?php endforeach; ?>
</div>
<?php
}
}
———————————
can u turn it to a short-code for usability in top-bar setting?