SNORDIAN's H5PxAPIkatchu
Simple solution to catch 'em all, those xAPI statements that have been sent by H5P content types.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_h5p_contents | Stores h5p contents data created by this plugin. | Static |
| wp_h5p_libraries | Stores h5p libraries data created by this plugin. | Static |
| wp_h5pxapikatchu | Stores h5pxapikatchu data created by this plugin. | Static |
| wp_h5pxapikatchu_actor | Stores h5pxapikatchu actor data created by this plugin. | Static |
| wp_h5pxapikatchu_object | Stores h5pxapikatchu object data created by this plugin. | Static |
| wp_h5pxapikatchu_result | Stores h5pxapikatchu result data created by this plugin. | Static |
| wp_h5pxapikatchu_verb | Stores h5pxapikatchu verb 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_optionsOption key:
h5pxapikatchu_defaults_setOption key:h5pxapikatchu_optionOption key:h5pxapikatchu_version