The H5P for LearnDash plugin provides elc_h5p shortcode. Use of this shortcode is optional. The shortcode will display one of ‘Custom messages’, see H5P Settings. To place the message below H5P content, place elc_h5p shortcode directly after h5p shortcode ()which does insert actual H5P content.
[h5p id=”1″][elc_h5p id=”1″] where 1 should be replaced with H5P content ID, which can be found at admin page, side menu, H5P Content.
Parameters
id: (required) the H5P content ID, which can be found at admin page, side menu, H5P Content.
Example: [elc_h5p id=”1″] Replace 1
with the H5P Content ID.
ignore: (optional) this skips course progression and quiz score integration for the specified content.
Example: [elc_h5p id=”1″ ignore] Replace 1
with the H5P Content ID.