Fixed it by replacing get_tags(); with get_terms( ‘books’ );
I’d give you a hug if I could!
Thanks a lot julian, it worked like a charme!
Sorry, here you go!
I want to change this: http://imgur.com/ZU7UtZu
into this: http://imgur.com/mYauyR4
I found a part in “ultimate-member/core/um-actions-profile.php” and tried to inject this line:
'mybalance' => '<a href="/account/points/">'<?php echo do_shortcode('[mycred_my_balance]');?> P'</a>'
However, it didn’t work! A little help please.