get_edit_tag_link [ WordPress Function ]
get_edit_tag_link ( $tag_id, $taxonomy = 'post_tag' )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: edit_tag_link, get_edit_term_link, get_edit_post_link, get_tag_link, get_edit_comment_link
Retrieve edit tag link.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- get_edit_tag_link (WordPress Function) - WPSeek.com
WordPress lookup for get_edit_tag_link, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_edit_tag_link() WordPress function reference, arguments and ...
Signature. get_edit_tag_link( $tag_id, $taxonomy = 'post_tag' ). tag_id: (int) Tag ID; taxonomy: (string) Taxonomy Default: 'post_tag' ...
queryposts.com - 9702 - WordPress Trac
Also, the get_edit_tag_link() function already allows the input of a taxonomy (it'll handle categories as well), but the edit_tag_link() function does not.
core.trac.wordpress.org - plugin development - Adding fields to category manager. Does a ...
Jan 31, 2011 ... Prior to 3.1, get_edit_tag_link( $tag_id, $taxonomy = 'post_tag' ) did the same thing - now it's just rewritten to use get_edit_term_link internally.
wordpress.stackexchange.com