Easy Content Linker Lite
AI-powered internal linking recommendations for WordPress. Semantic analysis with OpenAI embeddings and intelligent anchor suggestions via GPT.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_ecl_lite_embeddings | Stores ecl lite embeddings data created by this plugin. | Static |
| wp_ecl_lite_history | Stores ecl lite history data created by this plugin. | Static |
| wp_ecl_lite_links | Stores ecl lite links data created by this plugin. | Static |
| wp_ecl_lite_queue | A job queue table for managing background tasks and scheduled operations. | 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:
anchor_max_wordsOption key:anchor_min_wordsOption key:api_keyOption key:boost_orphanOption key:boost_same_categoryOption key:content_languageOption key:ecl_lite_api_statusOption key:ecl_lite_bulk_totalOption key:ecl_lite_db_versionOption key:ecl_lite_optionsOption key:ecl_lite_test_api_pendingOption key:exclude_legal_pagesOption key:excluded_categoriesOption key:max_incoming_linksOption key:max_outgoing_linksOption key:model_chatOption key:model_embeddingsOption key:similarity_maxOption key:similarity_minOption key:source_post_typesOption key:target_post_typesOption key:total_links_createdOption key:trigger_on_publishOption key:update_old_posts