h5p / h5p-wordpress-plugin

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

hook 'h5p_save_content' after inserting or updating content #179

Open RamonSVieira opened 5 months ago

RamonSVieira commented 5 months ago

The 'h5p_save_content' hook allows other system components to respond to the event of saving H5P content. This can be useful for performing additional tasks, such as notifying users, synchronizing data with other systems, or any other operation necessary after saving the content. It is also beneficial for developers as they can extend and customize the system's behavior without directly modifying the core code. This allows for different functionalities to be added or modified in a more modular and organized manner.