database

Database tables

The plugin writes data to the following tables:

wp_options

holds all general plugin settings.

wp_commentmeta

saves comment likes with author.

wp_usermeta

holds information what items are liked.

wp_postmeta

saves likes with author.

All data is prefixed using _oacs<em>spl</em>.

Meta values

_oacs_spl_comment_like_count
_oacs_spl_post_like_count

_oacs_spl_user_comment_IP
_oacs_spl_user_IP

_oacs_spl_user_comment_liked
_oacs_spl_user_liked

_oacs_spl_user_like_count

_oacs_spl_comment_like_modified

We like using this plugin to inspect meta data:

https://wordpress.org/plugins/jsm-show-post-meta/https://wordpress.org/plugins/jsm-show-user-meta/

Removing all data

Navigate to oacs SPL >> Deinstallation tab:

Scroll to Top