Outside the loop, if I use the following code in my child theme…
$mtags = get_tags(array(
'taxonomy' => 'custom_tag',
'orderby' => 'name'
));
It prints out all my tags. But how can I only get tags relating to the page I am viewing?