h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
71 stars 74 forks source link

Expose DataView instances #96

Closed otacke closed 5 years ago

otacke commented 5 years ago

This commit adds an exposed variable H5PDataViewInstances that holds DataView instances that have been created.

Background

If users want to (easily) amend the functionality of a DataView in their WordPress plugins, e.g. adding filters/facets/etc., they need to access the DataView instances.