Switch language

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




edit_tag_link [ WordPress Function ]

edit_tag_link ( $link = '', $before = '', $after = '', $tag = null )
Parameters:
  • (string) $link Optional. Anchor text.
  • (string) $before Optional. Display before edit link.
  • (string) $after Optional. Display after edit link.
  • (int|object) $tag Tag object or ID
Returns:
  • (string) HTML content.
Defined at:



Display or retrieve edit tag link with formatting.

Source


<?php
function edit_tag_link$link ''$before ''$after ''$tag null ) {
    
$link edit_term_link$link''''false$tag );
    echo 
$before apply_filters'edit_tag_link'$link ) . $after;
}
?>

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