Try this – think I found this from little mike.
add_filter('get_the_tags', 'strip_tags_from_feeds');
function strip_tags_from_feeds($terms) {
if (is_feed())
return array();
return $terms;
}
Related Posts:
- How to show page content in feed?
- Feed, RSS not able to clear the cache and cannot change the limit of cache life time
- How to add filter in custom rss feed
- How to remove CPT comment feed from head?
- WordPress RSS feed – filter RSS content by custom field value
- Change WordPress RSS link with filter?
- Buddypress: Edit activity when new blog post [closed]
- Limit RSS feed to previous calendar month
- Remove a div from RSS feed
- Change custom post type GUID in RSS
- How to change permalink on headlines in rss feeds?
- Print only parent categories of post in custom RSS feed
- Hide a specific post from Archive Feed
- How do I remove certain HTML elements with specific classes from the feed?
- How can I define the RSS feed content length?
- Replace category titles inside RSS feed
- How to add defer=”defer” tag in plugin javascripts?
- How do filters and hooks really work in PHP
- Trouble understanding apply_filters()
- How would one modify the filtering Gutenberg applies to pasted content?
- Gutenberg: Is there a way to know if current block is inside InnerBlocks?
- How to reorder billing fields in WooCommerce Checkout template? [closed]
- WordPress Internal @ Mentions
- Is it possible to use object in add_action?
- Add Class to Specific Paragraph of the_content()
- apply_filters() slices away needed arguments
- How to override the email function by using filters? [closed]
- Remove WPML’s home_url filter
- How to add attributes to tag when template cannot be directly modified
- Adding posts of custom type into the main feed
- How can I remove certain HTML tags from the RSS feed?
- Edit pagination text in the get_the_posts_pagination function
- How does WordPress call functions attached to a certain action hook before calling functions attached to other hooks
- How to get current action?
- how to change appearence of the content of default post list columns?
- Use safety filters even if after applied intval?
- Modify site URL via functions.php of a theme
- How to change the order (priority) of registered filters (or actions) (e.g. for the_content)?
- How to add ‘total’ value to custom column title on the posts list page
- Include only recents custom posts in WP rss feed
- Remove Actions added by SEO ultimate Plugin
- Modifying a CoBlocks Filter in Functions
- Shortcodes — Using add_action, add_filter in the shortcode
- Remove Content Filter
- views_edit-post filter not working (custom post type)
- Building a request processor for multi-page forms, etc using $_GET requests
- How to know what filter to use and how to use it?
- Custom Feed URLs
- Replace audio links with jplayer using the_content filter
- Sorting a specific taxonomy by archive date using URL
- Give “Read More” precedence over excerpt() word count
- Adding a filter to comments_template
- How to customize category_description()?
- Add Bootstrap Classes to Recent Posts Widget
- Is it possible to override the default Gallery Settings form?
- Filtering a list of objects with ‘OR’ on the same field
- Excerpt is being added above the content, but it should be after it
- WordPress add script with custom type (x-jquery-tmpl)
- How to filter bbPress replies (content)?
- Change login CSS
- How to add a filter to the get_body_class function?
- Unable to display favicon using get_favicon()?
- Empty RSS Feeds
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- Change user nicename without sanitize
- How to override include_once pointed file using add_filter?
- Register new user, assign custom role then send email
- How can I get the default content of WordPress post?
- How do I hide tinymce within the edit screen of a particular page
- What would cause the gettext filter to not work for a given text domain?
- pre_get_posts to hide everywhere posts from “Archive” category
- Strip $before & $after strings from a page title
- How to remove shortcode(s) from WYSIWYG Page editor for Non Admins
- How does wordpress add ‘style’ attribute to element
- How do I safely force get_theme_mod() to use a defined get_option(“stylesheet”) value?
- Shortcode / plugin with custom (flexible) output
- My WordPress installation isn’t updating the feed when a new post is published
- Is it better to use a constant or apply_filter?
- WordPress create custom XML RSS feed template
- How to regenerate RSS feed URL like FeedBurner?
- On my WordPress 5.4 website, how to remove all feeds? Including Category and Tags
- add_action with associative array
- Remove image of srcset
- Add option to query string before get_posts() is called on archive.php
- Modify wp headers on specific page
- Set post featured image to author image
- How to make the show as a button?
- Why this remove empty paragraphs from the_content does not works?
- Take filter from multiple functions
- WordPress feed only shows first page of category
- Read More in the actual excerpt
- WP REST API v2. filters doesn’t work
- RSS feed url showing page not found. How to solve it?
- filter on the_content stopped working when I updated to WP 3.6.1
- Replace Paid Shipping Method With Free Shipping Method WooCommerce [duplicate]
- Taxonomy search filters
- Is it possible to make get variable out of filter in Class?
- NextGEN Gallery: Adding drop-down menu widget to gallery view without modifying plugin code [closed]
- Filter a custom post type by custom field in admin
- Search and Filter Using Custom Post Type, Custom Taxonomy, and Advanced Custom Fields