Import RSS Feed
Probably the last Wordpress RSS importer. Import items from RSS feed to any post type.
by Nikolas Ramstedt · github.com/helsingborg-stad/import-rss-feed · website
★ 1stars
297composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/helsingborg-stad/import-rss-feed/archive/refs/heads/master.zipAlso on Packagist as helsingborg-stad/import-rss-feed:
composer require helsingborg-stad/import-rss-feedFrom the readme
Import RSS Feed
Probably the last Wordpress RSS importer. Import items from RSS feed to any post type.
Dependencies
ACF Pro is required to run this plugin.
Actions
ImportRssFeed/ImportManager/start/beforeUpdatePost
Do action before import
- - Post object (/ImportRssFeed/ImportManager/Post)
- - RSS feed object(/ImportRssFeed/ImportManager/RssFeed)
ImportRssFeed/ImportManager/start/afterUpdatePost
Do action after import
- - Post object (/ImportRssFeed/ImportManager/Post)
- - RSS feed object(/ImportRssFeed/ImportManager/RssFeed)
ImportRssFeed/Post
Do action when mapping post object from RSS item data, can be used to manipulate the post object before import.
- - Post object (/ImportRssFeed/ImportManager/Post)
- - RSS item (SimplePieItem)
Filters
ImportRssFeed/OptionsPage/PostTypes
Filters avalible post types used when importing a RSS feed
- - Array containing post types (slug as key, label as value)
To-Do's
- Fix Simple Pie date error
- Create and save log of import events from cron jobs
- Display log of import events during manual import
- Remove cron jobs when uninstalling plugin