sorting of H5P content on overview page for better structure and organization in wordpress
Submitted by Pir1981 on Fri, 03/22/2024 - 06:37
Forums:
Hi,
we have over 200 H5P items in wordpress and it is really hard to keep an overview when looking for something. There are various plugins that allow creation of folders (we are using Folders https://de.wordpress.org/plugins/folders/), which are an immense help on bigger pages.
I talked to the Folders team if they could adapt their software to include H5P, but the answer was that there is no hook in the H5P select query.
global $wpdb; $query = "SELECT{$this->fields} FROM{$this->base_table} {$this->join} {$this->where} GROUP BY hc.id {$this->order_by} {$this->limit}";
Is it please possible to add the hook, so that various organisation softwares can hook in and could support H5P with their software.
Thanks!
Summary:
add hook to select quere to allow for organization and structure of content