WP Manifestindependent plugin directory
manifest / content / h5pmods-wordpress-plugin

H5P Mods

Allows you to alter how the H5P plugin works.

by Joubel · github.com/h5p/h5pmods-wordpress-plugin · website

28stars
29forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/h5p/h5pmods-wordpress-plugin/archive/refs/heads/master.zip

Declares an update source (https://github.com/h5p/h5pmods-wordpress-plugin), so updates arrive through the plugin's own updater.

From the readme

H5P Mods This WordPress plugin is provided as an example of how you can use the actions provided by the H5P plugin. The actions are used for altering or adding H5P content or library resources. Feel free to fork this project or simply use it as a template for doing your own custom modifications to H5P. You should be aware that the hooks you add on your site will not follow the content if it's exported. License (The MIT License) Copyright (c) 2015 Joubel AS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICUL

Read the full README on GitHub →