Feedorax

Social timeline for Feedorax: posts, stories, friends, chat, notifications & search. Shortcode, block, REST API, public profiles.

8 database tables

Table NameDescriptionMethod
wp_feedorax_chat_messagesStores feedorax chat messages data created by this plugin.Static
wp_feedorax_comment_reactionsStores feedorax comment reactions data created by this plugin.Static
wp_feedorax_commentsStores feedorax comments data created by this plugin.Static
wp_feedorax_friend_requestsStores feedorax friend requests data created by this plugin.Static
wp_feedorax_jobsA job queue table for managing background tasks and scheduled operations.Static
wp_feedorax_notificationsStores feedorax notifications data created by this plugin.Static
wp_feedorax_post_reactionsStores feedorax post reactions data created by this plugin.Static
wp_feedorax_reportsStores feedorax reports 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:feedorax_auth_optionsOption key:feedorax_db_versionOption key:feedorax_general_optionsOption key:feedorax_giphy_api_keyOption key:feedorax_header_optionsOption key:feedorax_plugin_versionOption key:feedorax_primary_colorOption key:feedorax_typography_optionsOption key:feedorax_use_theme_shield
wp_postmeta
Post meta
wp_usermeta
User meta