Site icon Hip-Hop Website Design and Development

How to get tags outside of loop for specific page I’m on?

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?