You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- User Agent
- Delete the posts created from all feeds, after a number of days
- Delete attached featured image
- Deprecate Headers tabs
Reference: Codeinwp/feedzy-rss-feeds-pro#852
<div class="help-text pt-8"><?phpesc_html_e( 'Helpful if you want to remove stale or old items automatically. If you choose 0, it will be considered the individual import setting.', 'feedzy-rss-feeds' ); ?></div>
<label for="feedzy-delete-media" class="form-label"><?phpesc_html_e( 'Delete attached featured image', 'feedzy-rss-feeds' ); ?></label>
253
-
</div>
254
-
<div class="fz-form-group">
255
-
<div class="help-text pt-8"><?phpesc_html_e( 'Helpful if you want to delete attached featured image when posts are automatically deleted.', 'feedzy-rss-feeds' ); ?></div>
'Use this section to add custom HTTP headers (e.g., User-Agent). This can help bypass feed access restrictions, simulate browser requests, or resolve issues where feeds return incomplete or blocked content.',
Copy file name to clipboardExpand all lines: includes/views/misc-view.php
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,4 +46,51 @@
46
46
<div class="help-text pb-8"><?phpesc_html_e( 'This setting controls whether there are featured images available in the RSS XML Feed of your own website.', 'feedzy-rss-feeds' ); ?></div>
<?phpesc_html_e( 'Specify a custom User-Agent string for feed requests. Some feed providers block automated requests. If you\'re experiencing issues accessing a feed, try setting this to a common browser string like "Mozilla/5.0". In most cases, you can leave this field empty.', 'feedzy-rss-feeds' ); ?>
<div class="help-text pt-8"><?phpesc_html_e( 'Helpful if you want to remove stale or old items automatically. If you choose 0, it will be considered the individual import setting.', 'feedzy-rss-feeds' ); ?></div>
<label for="feedzy-delete-media" class="form-label"><?phpesc_html_e( 'Delete attached featured image', 'feedzy-rss-feeds' ); ?></label>
90
+
</div>
91
+
<div class="fz-form-group">
92
+
<div class="help-text pt-8"><?phpesc_html_e( 'Helpful if you want to delete attached featured image when posts are automatically deleted.', 'feedzy-rss-feeds' ); ?></div>
0 commit comments