PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.
GNU Affero General Public License v3.0
120
stars
22
forks
source link
Use a third-party tool for background processing of RSS feed import #1123
PF has a custom handler for triggering RSS imports (?press=forward). By moving to a third-party tool such as WP_Background_Processing, we can eliminate a good deal of internal infrastructure, including our homegrown nonce system for security.
Related: #1122
PF has a custom handler for triggering RSS imports (
?press=forward
). By moving to a third-party tool such as WP_Background_Processing, we can eliminate a good deal of internal infrastructure, including our homegrown nonce system for security.