get_the_tags

Definition:
function get_the_tags( $id = 0 ) {}

Retrieve the tags for a post.

Parameters

  • int $id: Post ID.

Defined filters

  • get_the_tags
    apply_filters( 'get_the_tags', get_the_terms( $id, 'post_tag' )

Source code

function get_the_tags( $id = 0 ) {

	return apply_filters( 'get_the_tags', get_the_terms( $id, 'post_tag' ) );

}

1847

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: