Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: taxonomy_feed_link

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
840           /**
841            * Filters the feed link for a taxonomy other than 'category' or 'post_tag'.
842            *
843            * @since 3.0.0
844            *
845            * @param string $link The taxonomy feed link.
846            * @param string $feed Feed type.
847            * @param string $feed The taxonomy name.
848            */
849           $link = apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy );
850      }
851
852      return $link;
853 }
854
855 /**
856  * Retrieves the permalink for a tag feed.
857  *
858  * @since 2.3.0