The filter is well hidden, but you can track it down from tag_description ($tag), which calls term_description ($term=$tag, $taxonomy = 'post_tag'), which in turn calls get_term_field ('description', $tag, 'post_tag'). And finally you get the call sanitize_term_field ('description', $tag->$description, $tag->tag_id, $tag->post_tag, 'display').
Once you’re in sanitize_term_field you see a whole lot of filters. It looks like you need the last one, which would translate to tag_description, but given that I’m doing the parsing from the top of my head some debugging might be necessary.
Related Posts:
- apply_filters(‘the_content’, $content) vs do_shortcode($content)
- How to get shortcode’s input values inside a filter?
- Filter specific shortcode output?
- Insert Custom HTML After Shortcode
- Is there a way to add another row to the tinyMCE kitchen sink toggle?
- add_filter and changing output captions of image gallery
- How to add attribute to output with wp_video_shortcode add_filter
- Search content for shortcodes and get parameters
- Change default settings used by gallery shortcode
- Shortcodes not resolved in AJAX call response
- Ajax, filters and shortcodes
- Format content value from DB outside of WordPress filters
- Use content custom filter for all shortcodes
- How to link current user to their author page through shortcodes
- filter title from shortcode
- how to remove filter from wordpress shortcode output
- Error when overriding only some audio shortcode HTML output
- How to use shortcode attribute in separate function
- Shortcodes — Using add_action, add_filter in the shortcode
- How to pass variables to custom filter from multiple functions
- How to filter backend post list showing only posts having a shortcode
- How can I return shortcode output to the top of the content?
- the_excerpt filter doesn’t work as expected
- run shortcode in excerpt of single custom post type
- Filter everything from content except output of a shortcode
- Something is filtering my shortcodes… Can’t figure out what
- How to use do_shortcode_tag to modify the output of a shortcode?
- Shortcodes within the sidebar text/html widget: How to preserve the raw HTML output of the shortcode?
- How to change dynamically page title according to variable data?
- WordPress removing slashes from shortcode output
- How to remove shortcode(s) from WYSIWYG Page editor for Non Admins
- Shortcode / plugin with custom (flexible) output
- Filter Shortcodes when using get_page
- Parse a shortcode differently based on on what it’s nested in
- Need to return shortcode text instead of the output
- add_filter to the_content after apply_filters
- post_orderby filter breaks function
- the_content getting current page content instead specified ID
- Override wordpress audio playlist
- How to wrap pattern-matches from the_content in [wiki]-shortcode tags
- Add Index to Item in WordPress Gallery
- create a shortcode with acf including a filter
- How to take shortcode and content separately from a page?
- Auto-generated excerpt with shortcode and read more button/text link
- shortcode function outputs multiple anchor tags
- apply_filters to $GLOBALS
- Change shortcode output (filter?)
- Is it possible to include the add_filter() function within a shortcode function
- Activate short codes for all post queries?
- Problem with shortcodes in external file
- How can I display wp_link_pages before a shortcode, if it is used, or display after content?
- WordPress hooks/filters insert before content or after title
- Query WP REST API v2 by multiple meta keys
- Removing Image and Caption Dimension Attributes
- is it possible to add “extra” table nav to edit-tags.php screens?
- How to apply the “retrieve_password_message” filter?
- Remove left alignment option in core/image block
- How to change/rewrite the lost password url?
- add_filter multiple times with different addon functions?
- How can I find out what an `apply_filter` call is actually doing?
- How to apply content filter permanently?
- Customize the “Registration complete. Please check your e-mail.” message on WP 4.0
- posts_groupby problem
- Remove classes from post_class()
- Replace a part of url generated by get_term_link
- Run oembed separately outside the_content()
- Hook Into the_content Filter For JSON API Only [closed]
- apply_filters(‘the_content’) – make it ignore shortcodes?
- Remove style `?ver=` from `/wp-admin/upgrade.php`
- Add attribute to script loaded by the theme
- theme_page_templates not working
- Filter custom post type using multiple taxonomy dropdowns
- Add new post with predefined / preset date
- WordPress Image update filter
- Why does WordPress strip custom HTML that are form elements and theme SVG icons?
- How can you wrap add_filter with a if is_home() statement?
- How to combine multiple body classes
- How to replace username with email address in users table
- why require – does not load filter
- term_link filter rewrite link only applying half of condition?
- Most performant/functional way to add actions/filters?
- Modify a plugin function output from another plugin
- Making an add_filter() call from within an add_filter() call
- Finding actual functions added to hooks and filters
- How to apply filter on get_the_post_thumbnail()
- Shortcodes not processing inside post content
- How do I check if I can use the allowed_block_types filter?
- Setting the page title in a plugin, but not outside my plugin
- I want to hide “sold by” on certain pages with id page 43
- How to apply a filter to everything?
- Shortcode to eliminate and replace with
- WP Job Manager – display search results from custom search form in taxonomy-job_listing_category page
- Conditionally (cpt) filter previous and next_post_link
- changing size image within the content
- How do I remove certain HTML elements with specific classes from the feed?
- Why isn’t this add_filter function working as expected?
- Adding filter to the Contact Form 7 response
- Remove rel=”ugc” from links in comments
- How to Dynamically Switch WordPress Front Page Without Causing Canonical Redirect?
- How to increase comment length?