Admin and Site Enhancements (ASE)

Duplicate post, post order, image resize, email via SMTP, admin menu editor, custom css / code, disable gutenberg and much more in a single plugin.

6 database tables

Table NameDescriptionMethod
wp_asenha_email_deliveryStores asenha email delivery data created by this plugin.Static
wp_asenha_failed_loginsA logging table that records activity, events, or audit history.Static
wp_asenha_formbuilder_entriesStores form definitions and related configuration.Static
wp_asenha_formbuilder_entry_metaStores additional metadata (key-value pairs) for asenha formbuilder entry records.Static
wp_asenha_formbuilder_fieldsStores form definitions and related configuration.Static
wp_asenha_formbuilder_formsStores form definitions and related configuration.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:admin_site_enhancementsOption key:blog_public
wp_postmeta
Post meta
wp_usermeta
User meta