Custom Twitter Feeds – A Tweets Widget or X Feed Widget
Display X posts (Twitter tweets) from any public user account in a clean, attractive looking feed that updates weekly.
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_ctf_feed_caches | A cache table that stores temporary computed or fetched data. | Static |
| wp_ctf_feed_locator | Stores ctf feed locator data created by this plugin. | Static |
| wp_ctf_feeds | Stores ctf feeds data created by this plugin. | Static |
| wp_ctf_feeds_posts | Stores ctf feeds posts data created by this plugin. | Static |
| wp_ctf_posts | Stores ctf posts data created by this plugin. | Static |