sorting of H5P content on overview page for better structure and organization in wordpress

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
0
0
Supporter votes Members of the Supporter Network can vote for feature requests. When the supporter network has generated sufficient funding for the top voted feature request it will normally be implemented and released. More about the H5P Supporter Network