get_edit_tag_link

Definition:
function get_edit_tag_link( $tag_id, $taxonomy = 'post_tag' ) {}

Retrieve edit tag link.

Parameters

  • int $tag_id: Tag ID
  • string $taxonomy: Taxonomy

Defined filters

  • get_edit_tag_link
    apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag_id, $taxonomy )

Source code

function get_edit_tag_link( $tag_id, $taxonomy = 'post_tag' ) {

	return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag_id, $taxonomy ) );

}

1382

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: