Remove H5P button in Wordpress

Forums: 

Hello,

Can someone please tell me how to remove the H5P button next to the "Add Media" button in the back end of Wordpress?

Thanks,

Matt

Attachments: 
otacke's picture

Hi Matthew!

A simple approach is to add some CSS to your Wordpress editor stylesheet.

#h5p-add {
  display: none;
}