wordpress

PHP Deprecated notices

I just want to ask you something.

When updating PHP to version 8.2, we get a Deprecated notice regarding your plugins:

Deprecated: Creation of dynamic property H5P_Plugin_Admin::$privacy is deprecated in /home/vagrant/code/lpc/wp-content/plugins/h5p/admin/class-h5p-plugin-admin.php on line 63

 

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/vagrant/code/lpc/wp-content/plugins/h5p/admin/class-h5p-plugin-admin.php on line 547

In the near future, do you plan to do any updates for the mentioned notices?

Unable to use AR Scavenger in Wordpress

Hi

I tried to use AR Scavenger on my Wordpress site. But I am getting an error that glb and gltf file types are not allowed.

So, I tried to whitelist these formats by editing the h5p.classes.php as suggested by Oliver here.

https://wordpress.org/support/topic/ar-scavenger-cannot-use-any-glb-gltf...

But when I try to save the changes, it is not happening. 

Please advise.

Help me adding an API into a DialogCards

Forums: 

Hi,

I'm using Wordpress and an API to show a Tooltip on hovered text (chinese character). 

I try to create a Dialog Card quiz with a chinese character as the answer, and I want to show the tooltip when user hover the chinese text by using this API. The API work by adding these lines before </body> tag:

<script src="//mandarinspot.com/static/mandarinspot.min.js" charset="UTF-8"></script> <script>mandarinspot.annotate('.textClassName');</script>

 

Pages