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 NameDescriptionMethod
wp_ctf_feed_cachesA cache table that stores temporary computed or fetched data.Static
wp_ctf_feed_locatorStores ctf feed locator data created by this plugin.Static
wp_ctf_feedsStores ctf feeds data created by this plugin.Static
wp_ctf_feeds_postsStores ctf feeds posts data created by this plugin.Static
wp_ctf_postsStores ctf posts data created by this plugin.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:ctf_api_call_logOption key:ctf_cache_listOption key:ctf_check_license_api_when_expiresOption key:ctf_configureOption key:ctf_cron_reportOption key:ctf_customizeOption key:ctf_db_versionOption key:ctf_errorsOption key:ctf_legacy_feed_settingsOption key:ctf_license_dataOption key:ctf_license_keyOption key:ctf_license_last_check_timestampOption key:ctf_license_statusOption key:ctf_license_status_Option key:ctf_local_avatarsOption key:ctf_newuser_notificationsOption key:ctf_notificationsOption key:ctf_one_click_upgradeOption key:ctf_optionsOption key:ctf_rating_noticeOption key:ctf_review_consentOption key:ctf_statusesOption key:ctf_styleOption key:ctf_theme_stylesOption key:ctf_twitter_cardsOption key:ctf_usage_trackingOption key:ctf_usage_tracking_configOption key:ctf_verOption key:ctf_versionOption key:ctf_welcome_seen
wp_usermeta
User meta