Elvez Tap Animation

Display an animation on tap. Make it easy to see the position the user tapped.

2 database tables

Table NameDescriptionMethod
wp_elv_historical_user_metaStores additional metadata (key-value pairs) for elv historical user records.Static
wp_elv_tap_positionStores elv tap position 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:jal_db_version
wp_postmeta
Post meta
wp_usermeta
User meta