Top Google Search Results
- 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. - 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' ... - 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. - 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.