Content Aggregator

Create WordPress posts from RSS, Atom, WordPress REST API, JSON, and XML sources.

2 database tables

Table NameDescriptionMethod
wp_content_aggregator_sourcesStores content aggregator sources data created by this plugin.Static
wp_post_metaStores additional metadata (key-value pairs) for post records.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:content_aggregator_db_versionOption key:content_aggregator_settingsOption key:content_aggregator_version
wp_postmeta
Post meta