PHP WordPress Function: wp_get_post_tags()

Learn how to use the WordPress function wp_get_post_tags() to retrieve tag objects or tag names from a post ID.

wp_get_post_tags(get_the_ID());
wp_get_post_tags(get_the_ID(), array('fields' => 'names'));