Documentation
Installation and Activation
Installation and Activation
Install the plugin like any other WordPress plugin, then confirm that the database tables and settings were created. The plugin version in the main plugin file is 1.7.5.
Install from WordPress Admin
- Go to WP Admin -> Plugins -> Add New.
- Click Upload Plugin.
- Select the plugin ZIP file.
- Click Install Now, then click Activate Plugin.
Manual upload
- Unzip the plugin archive locally.
- Upload the folder to
/wp-content/plugins/. - Open WP Admin -> Plugins.
- Activate WPMC Visual Tracker – Behavior & Heatmap for WP.
What activation does
- Creates or upgrades classic behavior tables through
wpmc_create_db_tables(). - Creates or upgrades the BH click table through
wpmc_bh_create_tables(). - Enables
wpmc_bh_enabledby default on fresh installs. - Sets an activation redirect transient used by the intro hint module.
- Loads updater configuration for the WPMissionControl update server.
Database tables
Note: {prefix} is the active WordPress database prefix, commonly wp_.
The legacy wpmc_clicks schema is preserved in comments in the source for historical reference but is not created by the current activation routine.
