wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



cancel_comment_reply_link › Filtr WordPress Hooks

Od2.7.0
Przestarzałyn/a
apply_filters( 'cancel_comment_reply_link', $cancel_comment_reply_link, $link_url, $link_text )
Parametry: (3)
  • (string) $cancel_comment_reply_link The HTML-formatted cancel comment reply link.
    Wymagane: Tak
  • (string) $link_url Cancel comment reply link URL.
    Wymagane: Tak
  • (string) $link_text Cancel comment reply link text.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the cancel comment reply link HTML.





Źródło

return apply_filters( 'cancel_comment_reply_link', $cancel_comment_reply_link, $link_url, $link_text );