Post Views Counter

Post Views Counter allows you to collect and display how many times a post, page, or other content has been viewed in a simple, fast and reliable way.

4 database tables

Table NameDescriptionMethod
wp_post_viewsStores post views data created by this plugin.Static
wp_pvc_dailyStores pvc daily data created by this plugin.Static
wp_pvc_totalStores pvc total data created by this plugin.Static
wp_statifyStores statify 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:post_views_counter_activation_dateOption key:post_views_counter_pro_versionOption key:post_views_counter_settings_displayOption key:post_views_counter_settings_generalOption key:post_views_counter_settings_integrationsOption key:post_views_counter_settings_otherOption key:post_views_counter_version
wp_postmeta
Post meta
wp_usermeta
User meta