Edge Link Router
Simple redirect management with optional Cloudflare edge acceleration. Create short links, track clicks, add UTM parameters.
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cfelr_clicks_daily | Stores cfelr clicks daily data created by this plugin. | Static |
| wp_cfelr_integrations | Stores cfelr integrations data created by this plugin. | Static |
| wp_cfelr_links | Stores cfelr links 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_optionsOption key:
cfelr_cf_healthOption key:cfelr_cf_route_idOption key:cfelr_cf_token_encryptedOption key:cfelr_edge_enabledOption key:cfelr_last_publishOption key:cfelr_plugin_versionOption key:cfelr_reconcile_logOption key:cfelr_sample_link_createdOption key:cfelr_settings