Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_edit_tag_link [ WordPress Function ]

get_edit_tag_link ( $tag_id, $taxonomy = 'post_tag' )
Parameters:
  • (int) $tag_id Tag ID
  • (string) $taxonomy Taxonomy
Returns:
  • (string)
Defined at:



Retrieve edit tag link.

Source


<?php
function get_edit_tag_link$tag_id$taxonomy 'post_tag' ) {
    return 
apply_filters'get_edit_tag_link'get_edit_term_link$tag_id$taxonomy ) );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics