How to add a link to the tax term in the admin Edit page?
The dynamic hook {taxonomy}_term_edit_form_top can be used to output a link to the term’s archive page. Since we’re dealing with terms under the genre taxonomy, we will attach our callback to the genre_term_edit_form_top hook. /** * Adds a link to top of edit term form for terms under the * genre taxonomy. * * @param … Read more