H5P content disappears in WordPress tabs
I'm using the H5P plugin for WordPress. I can create H5P content, but depending on where I place it on my WordPress page, it sometimes does not display (I see only a blank space where the H5P content should be). The H5P content appears fine on its own or within some other shortcodes, such as the accordion shortcode. For example, the code below displays the H5P content fine:
[accordions collapsible=false active=true style=accordion-container]
[accordion title="Title" style=""]
[h5p id="1"]
[/accordion]
[/accordions]