janboddez / feed-reader

A very simple feed reader plugin for WordPress
https://feedreader.site
GNU General Public License v3.0
11 stars 0 forks source link

Add filters #9

Closed janboddez closed 1 year ago

janboddez commented 1 year ago

I sometimes prefer to have an item's author name replaced with the name I gave the feed, for instance, although the icons help a lot recognizing the individual feed.

But I still might wanna "correct" longer or faulty names/feeds, etc.

So, make item name and author filterable, and then we'll see about everything else.

janboddez commented 1 year ago

Name and author are filterable (upon set rather than get, because speed, etc.) as of https://github.com/janboddez/feed-reader/commit/19e15c78f9794dea8936e20b766521b22c1307e9.

janboddez commented 1 year ago

This doesn't seep through to the mf2 JSON we store, however. (But we don't yet offer Microsub, anyway.)